Lines Matching refs:tab
223 // Opens a new window with the default blank tab.
249 // returned tab.
267 // Open an application for |extension| in a new application tab, or
289 // Opens a window with the extensions tab in it - needed by long-lived
302 // Gets the Favicon of the page in the selected tab.
305 // Gets the title of the window based on the selected tab's title.
360 // Tab adding/showing functions /////////////////////////////////////////////
362 // Returns true if the tab strip is editable (for extensions).
365 // Returns the index to insert a tab at during session restore and startup.
371 // Adds a selected tab with the specified URL and transition, returns the
377 // Add a new tab, given a TabContents. A TabContents appropriate to
382 // Add a tab with its session history restored from the SessionRestore
383 // system. If select is true, the tab is selected. |tab_index| gives the index
384 // to insert the tab at. |selected_navigation| is the index of the
386 // non-empty the tab is an app tab and |extension_app_id| is the id of the
387 // extension. If |pin| is true and |tab_index|/ is the last pinned tab, then
388 // the newly created tab is pinned. If |from_last_session| is true,
398 // Creates a new tab with the already-created TabContents 'new_contents'.
422 // Replaces the state of the currently selected tab with the session
431 // Navigate to an index in the tab history, opening a new tab depending on the
435 // Show a given a URL. If a tab with the same URL (ignoring the ref) is
436 // already visible in this browser, it becomes selected. Otherwise a new tab
597 // Returns the Browser which contains the tab with the given
598 // NavigationController, also filling in |index| (if valid) with the tab's
599 // index in the tab strip.
637 // Called by browser::Navigate() when a navigation has occurred in a tab in
684 // If instance is not null, its process will be used to render the tab.
746 // Used to describe why a tab is being detached. This is used by
755 // Result of the tab strip not having any significant tabs.
799 virtual void OnStartDownload(DownloadItem* download, TabContents* tab);
862 // Update commands whose state depends on the tab's state.
885 // reflect the current tab's current URL, security state, etc.
886 // If |should_restore_state| is true, we're switching (back?) to this tab and
928 // Processes the next tab that needs it's beforeunload/unload event fired.
938 // Removes |tab| from the passed |set|.
939 // Returns whether the tab was in the set in the first place.
941 bool RemoveFromSet(UnloadListenerSet* set, TabContents* tab);
944 // the tab has finished firing its unload handler. We also use this in the
945 // cases where a tab crashes or hangs even if the beforeunload/unload haven't
950 // may result in deleting |tab|. If you know that shouldn't happen (because of
952 void ClearUnloadState(TabContents* tab, bool process_now);
965 void SetAsDelegate(TabContentsWrapper* tab, Browser* delegate);
968 // existing search string for that Tab. |forward_direction| controls the
988 // Return true if the window dispositions means opening a new tab.
991 // Depending on the disposition, return the current tab or a clone of the
992 // current tab.
1000 // policy of the tab strip model and notifies the window.
1026 // Opens view-source tab for given tab contents.
1027 void ViewSource(TabContentsWrapper* tab);
1029 // Creates a NavigateParams struct for a singleton tab navigation.
1032 // Opens view-source tab for any frame within given tab contents.
1033 void ViewSource(TabContentsWrapper* tab,
1073 // We don't update things like the URL or tab title right away to avoid
1091 // Whether we are processing the beforeunload and unload events of each tab
1170 // The profile's tab restore service. The service is owned by the profile,