Searched refs:GetBrowser (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/
H A Dextension_view.h32 virtual Browser* GetBrowser() = 0;
H A Dbrowser_extension_window_controller.h32 virtual Browser* GetBrowser() const OVERRIDE;
H A Dchrome_extension_function_details.cc59 Browser* browser = window_controller->GetBrowser();
H A Dwindow_controller.cc26 Browser* WindowController::GetBrowser() const { function in class:extensions::WindowController
H A Dwindow_controller.h80 virtual Browser* GetBrowser() const;
H A Dbrowser_extension_window_controller.cc85 Browser* BrowserExtensionWindowController::GetBrowser() const { function in class:BrowserExtensionWindowController
H A Dchrome_extension_function.cc53 Browser* browser = window_controller->GetBrowser();
H A Dextension_view_host.cc159 Browser* browser = view_->GetBrowser();
180 Browser* browser = view_->GetBrowser();
289 Browser* browser = view_->GetBrowser();
H A Dextension_toolbar_model.h82 virtual Browser* GetBrowser() = 0;
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_state_interactive_browsertest.cc36 virtual Browser* GetBrowser() OVERRIDE;
39 Browser* FullscreenControllerStateInteractiveTest::GetBrowser() { function in class:FullscreenControllerStateInteractiveTest
H A Dfullscreen_controller_state_test.h191 virtual Browser* GetBrowser() = 0;
H A Dfullscreen_controller_state_test.cc390 GetBrowser()->tab_strip_model()->GetActiveWebContents();
540 // EXPECT_TRUE(GetBrowser()->window()->InPresentationMode())
752 EXPECT_EQ(GetBrowser()->window()->IsFullscreenWithChrome(),
756 EXPECT_EQ(GetBrowser()->window()->IsFullscreenWithoutChrome(),
775 return GetBrowser()->fullscreen_controller();
/external/chromium_org/chrome/browser/sync/test/integration/performance/
H A Dsessions_sync_perf_test.cc61 Browser* browser = GetBrowser(profile);
79 GetBrowser(profile)->tab_strip_model()->CloseAllTabs();
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dextension_view_mac.h58 virtual Browser* GetBrowser() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_view_views.h60 virtual Browser* GetBrowser() OVERRIDE;
H A Dextension_popup.cc73 GetExtensionView(host)->GetBrowser()->tab_strip_model()->AddObserver(this);
80 host_.get())->GetBrowser()->tab_strip_model()->RemoveObserver(this);
H A Dextension_view_views.cc88 Browser* ExtensionViewViews::GetBrowser() { function in class:ExtensionViewViews
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_browsertest.cc95 Browser* GetBrowser(int index) { function in class:TabRestoreTest
139 browser = GetBrowser(expected_window_index);
162 browser = GetBrowser(expected_window_index);
294 Browser* browser = GetBrowser(1);
358 Browser* browser = GetBrowser(1);
399 Browser* browser = GetBrowser(1);
561 Browser* browser = GetBrowser(1);
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings.h124 static bool GetBrowser(base::string16* browser);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_test.h137 Browser* GetBrowser(int index) WARN_UNUSED_RESULT;
H A Dsessions_helper.cc113 chrome::ShowSingletonTab(test()->GetBrowser(index), url);
118 Browser* browser = test()->GetBrowser(index);
/external/chromium_org/tools/site_compare/scrapers/firefox/
H A Dfirefox2.py27 def GetBrowser(path): function
/external/chromium_org/tools/site_compare/scrapers/ie/
H A Die7.py21 def GetBrowser(path): function
/external/chromium_org/tools/site_compare/utils/
H A Dbrowser_iterate.py84 (proc, frame, wnd) = scraper.GetBrowser(path)
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.h305 virtual Browser* GetBrowser() OVERRIDE;

Completed in 607 milliseconds

12