- view::access in core/modules/ views/ 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 core/modules/ views/ includes/ view.inc 
- Force the view to build a title.
- view::choose_display in core/modules/ views/ includes/ view.inc 
- Get the first display that is accessible to the user.
- view::process_locale_strings in core/modules/ views/ includes/ view.inc 
- Process strings for localization or deletion.
- view::set_display in core/modules/ views/ includes/ view.inc 
- Set the display as current.
- view::validate in core/modules/ views/ includes/ view.inc 
- Make sure the view is completely valid.
