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

/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();
H A Dfullscreen_controller_state_unittest.cc225 virtual Browser* GetBrowser() OVERRIDE;
312 Browser* FullscreenControllerStateUnitTest::GetBrowser() { function in class:FullscreenControllerStateUnitTest
/external/chromium_org/chrome/browser/extensions/
H A Dbrowser_extension_window_controller.h32 virtual Browser* GetBrowser() const OVERRIDE;
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.cc51 Browser* browser = window_controller->GetBrowser();
/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/sessions/
H A Dtab_restore_browsertest.cc52 Browser* GetBrowser(int index) { function in class:TabRestoreTest
98 browser = GetBrowser(expected_window_index);
117 browser = GetBrowser(expected_window_index);
249 Browser* browser = GetBrowser(1);
313 Browser* browser = GetBrowser(1);
354 Browser* browser = GetBrowser(1);
516 Browser* browser = GetBrowser(1);
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings.h119 static bool GetBrowser(std::wstring* browser);
H A Dgoogle_update_settings.cc375 bool GoogleUpdateSettings::GetBrowser(std::wstring* browser) { function in class:GoogleUpdateSettings
/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);
H A Dsync_test.cc303 Browser* SyncTest::GetBrowser(int index) { function in class:SyncTest
307 LOG(FATAL) << "GetBrowser(): Index is out of bounds.";
376 EXPECT_FALSE(GetBrowser(index) == NULL) << "Could not create Browser "
/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)

Completed in 385 milliseconds