HomeSort by relevance Sort by last modified time
    Searched refs:TabContents (Results 76 - 100 of 585) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/android/content/browser/tab_contents/
tab_contents.h 14 // Autofill does not need the entire TabContents class, just
22 class TabContents {
24 TabContents()
  /external/chromium/chrome/browser/download/
download_request_infobar_delegate.h 13 class TabContents;
22 TabContents* tab,
  /external/chromium/chrome/browser/
plugin_observer.h 15 class TabContents;
19 explicit PluginObserver(TabContents* tab_contents);
external_tab_container_win.h 42 // TabContents as well as an implementation of TabContentsDelegate.
56 TabContents* tab_contents() const;
77 // Unhook the keystroke listener and notify about the closing TabContents.
95 // See TabContents::FocusThroughTabTraversal. Called from AutomationProvider.
113 virtual void OpenURLFromTab(TabContents* source,
118 virtual void NavigationStateChanged(const TabContents* source,
120 virtual void AddNewContents(TabContents* source,
121 TabContents* new_contents,
125 virtual void ActivateContents(TabContents* contents);
126 virtual void DeactivateContents(TabContents* contents)
    [all...]
browser_signin.h 19 class TabContents;
46 // Request that the user signin, modal to TabContents provided.
58 virtual void RequestSignin(TabContents* tab_contents,
92 void ShowSigninTabModal(TabContents* tab_contents);
  /external/chromium/chrome/browser/prerender/
prerender_observer.h 19 class TabContents;
29 explicit PrerenderObserver(TabContents* tab_contents);
48 // and if so, swap the RenderViewHost with the preload into this TabContents
prerender_manager.h 22 class TabContents;
28 struct hash<TabContents*> {
29 std::size_t operator()(TabContents* value) const {
67 // For a given TabContents that wants to navigate to the URL supplied,
69 // and substitutes the prerendered RVH into the TabContents. Returns
71 bool MaybeUsePreloadedPage(TabContents* tc, const GURL& url);
89 TabContents* tab_contents);
119 // Maintaining and querying the set of TabContents belonging to this
121 void MarkTabContentsAsPrerendered(TabContents* tc);
122 void MarkTabContentsAsWouldBePrerendered(TabContents* tc)
    [all...]
  /external/chromium/chrome/browser/speech/
speech_input_bubble.h 21 class TabContents;
55 // |tab_contents| is the TabContents hosting the page.
58 static SpeechInputBubble* Create(TabContents* tab_contents,
64 static SpeechInputBubble* CreateNativeBubble(TabContents* tab_contents,
70 typedef SpeechInputBubble* (*FactoryMethod)(TabContents*,
108 // Returns the TabContents for which this bubble gets displayed.
109 virtual TabContents* tab_contents() = 0;
132 explicit SpeechInputBubbleBase(TabContents* tab_contents);
141 virtual TabContents* tab_contents();
181 // TabContents in which this this bubble gets displayed
    [all...]
  /external/chromium/chrome/browser/tab_contents/
simple_alert_infobar_delegate.h 15 class TabContents;
19 SimpleAlertInfoBarDelegate(TabContents* contents,
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
message_box_handler.h 15 class TabContents;
37 void RunBeforeUnloadDialog(TabContents* tab_contents,
  /external/chromium/chrome/browser/ui/cocoa/
dev_tools_controller.h 18 class TabContents;
21 // It swaps in the relevant devTools contents for a given TabContents or removes
44 - (void)updateDevToolsForTabContents:(TabContents*)contents
html_dialog_window_controller.h 17 class TabContents;
26 scoped_ptr<TabContents> tabContents_;
sidebar_controller.h 17 class TabContents;
20 // It swaps in the relevant sidebar contents for a given TabContents or removes
43 - (void)updateSidebarForTabContents:(TabContents*)contents;
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.h 14 class TabContents;
27 void UpdateVisibility(TabContents* contents, const GURL& url);
  /external/chromium/chrome/browser/automation/
automation_tab_helper.h 17 class TabContents;
43 virtual void OnFirstPendingLoad(TabContents* tab_contents) { }
49 virtual void OnNoMorePendingLoads(TabContents* tab_contents) { }
81 explicit AutomationTabHelper(TabContents* tab_contents);
98 virtual void TabContentsDestroyed(TabContents* tab_contents);
103 void OnTabOrRenderViewDestroyed(TabContents* tab_contents);
automation_provider_json.h 18 class TabContents;
60 TabContents** tab,
70 TabContents** tab,
  /external/chromium/chrome/browser/instant/
instant_unload_handler.cc 14 // TabContentsDelegate implementation. This owns the TabContents supplied to the
50 virtual void CloseContents(TabContents* source) {
56 virtual void OpenURLFromTab(TabContents* source,
60 virtual void NavigationStateChanged(const TabContents* source,
62 virtual void AddNewContents(TabContents* source,
63 TabContents* new_contents,
67 virtual void ActivateContents(TabContents* contents) {}
68 virtual void DeactivateContents(TabContents* contents) {}
69 virtual void LoadingStateChanged(TabContents* source) {}
70 virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_webnavigation_api.h 22 class TabContents;
42 const TabContents* tab_contents);
54 void RemoveTabContentsState(const TabContents* tab_contents);
63 typedef std::multimap<const TabContents*, int64> TabContentsToFrameIdMap;
86 explicit ExtensionWebNavigationTabObserver(TabContents* tab_contents);
105 virtual void TabContentsDestroyed(TabContents* tab) OVERRIDE;
154 void CreatingNewWindow(TabContents* tab_content,
extension_infobar_delegate.h 14 class TabContents;
31 TabContents* contents,
68 TabContents* tab_contents_;
theme_installed_infobar_delegate.h 15 class TabContents;
22 ThemeInstalledInfoBarDelegate(TabContents* tab_contents,
65 TabContents* tab_contents_;
  /external/chromium/chrome/browser/printing/
print_preview_tab_controller_unittest.cc 27 TabContents* initiator_tab = browser()->GetSelectedTabContents();
34 TabContents* preview_tab =
45 TabContents* new_preview_tab =
68 TabContents* tab_contents_1 = browser()->GetSelectedTabContents();
72 TabContents* tab_contents_2 = browser()->GetSelectedTabContents();
81 TabContents* preview_tab_1 =
88 TabContents* preview_tab_2 =
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_view.cc 39 virtual TabContents* CreateTabContents(Profile* profile,
41 TabContents* contents = new WizardWebPageViewTabContents(profile,
49 virtual void OpenURLFromTab(TabContents* source,
53 virtual void NavigationStateChanged(const TabContents* source,
55 virtual void AddNewContents(TabContents* source,
56 TabContents* new_contents,
60 virtual void ActivateContents(TabContents* contents) {}
61 virtual void DeactivateContents(TabContents* contents) {}
62 virtual void LoadingStateChanged(TabContents* source) {}
63 virtual void CloseContents(TabContents* source) {
    [all...]
html_page_screen.h 27 virtual TabContents* CreateTabContents(Profile* profile,
70 virtual void LoadingStateChanged(TabContents* source);
71 virtual void NavigationStateChanged(const TabContents* source,
  /external/chromium/chrome/browser/ui/webui/
collected_cookies_ui_delegate.h 20 class TabContents;
33 static void Show(TabContents* tab_contents);
44 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog) {}
51 explicit CollectedCookiesUIDelegate(TabContents* tab_contents);
77 TabContents* tab_contents_;
  /external/chromium/chrome/browser/ui/
browser.h 141 TabContents* new_contents,
235 // the correct container type. Returns the TabContents* that was created or
237 static TabContents* OpenApplication(
241 TabContents* existing_tab);
250 static TabContents* OpenApplicationWindow(
263 static TabContents* OpenAppShortcutWindow(Profile* profile,
270 static TabContents* OpenApplicationTab(Profile* profile,
272 TabContents* existing_tab);
349 // in the model before dereferencing to get the raw TabContents.
352 // to keep changes localized, the default is to return a TabContents. Not
    [all...]

Completed in 847 milliseconds

1 2 34 5 6 7 8 91011>>