7 calls to view::init_display()
- view::access in includes/
view.inc - Determine if the given user has access to the view. Note that this sets the display handler if it hasn't been.
- view::build_title in includes/
view.inc - Force the view to build a title.
- view::choose_display in includes/
view.inc - Get the first display that is accessible to the user.
- view::export in includes/
view.inc - Export a view as PHP code.
- view::process_locale_strings in includes/
view.inc - Process strings for localization, deletion or export to code.
- view::set_display in includes/
view.inc - Set the display as current.
- view::validate in includes/
view.inc - Make sure the view is completely valid.