Searched defs:GetController (Results 1 - 16 of 16) sorted by last modified time

/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_window_delegate_impl.cc32 HardwareDisplayController* DriWindowDelegateImpl::GetController() { function in class:ui::DriWindowDelegateImpl
H A Ddri_window_delegate_proxy.cc40 HardwareDisplayController* DriWindowDelegateProxy::GetController() { function in class:ui::DriWindowDelegateProxy
/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller_unittest.cc67 TooltipController* GetController(Widget* widget) { function in namespace:views::corewm::test::__anon17086
102 GetController(widget_.get())));
/external/chromium_org/components/pairing/
H A Dbluetooth_controller_pairing_controller.cc35 device::BluetoothDevice* BluetoothControllerPairingController::GetController() { function in class:pairing_chromeos::BluetoothControllerPairingController
148 device::BluetoothDevice* device = GetController();
203 device::BluetoothDevice* device = GetController();
265 device::BluetoothDevice* device = GetController();
300 device::BluetoothDevice* device = GetController();
/external/chromium_org/components/sync_driver/
H A Ddata_type_manager_impl_unittest.cc318 scoped_refptr<FakeDataTypeController> GetController( function in class:sync_driver::SyncDataTypeManagerImplTest
373 GetController(BOOKMARKS)->FinishStart(DataTypeController::OK);
428 GetController(BOOKMARKS)->FinishStart(DataTypeController::OK);
458 GetController(BOOKMARKS)->FinishStart(DataTypeController::OK);
492 GetController(PASSWORDS)->FinishStart(DataTypeController::NEEDS_CRYPTO);
530 GetController(BOOKMARKS)->FinishStart(DataTypeController::OK);
547 GetController(PREFERENCES)->FinishStart(DataTypeController::OK);
583 GetController(BOOKMARKS)->FinishStart(DataTypeController::OK);
600 GetController(PREFERENCES)->FinishStart(DataTypeController::OK);
640 GetController(BOOKMARK
[all...]
H A Dmodel_association_manager_unittest.cc30 FakeDataTypeController* GetController( function in namespace:sync_driver
71 EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(),
73 EXPECT_EQ(GetController(controllers_, syncer::APPS)->state(),
79 EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(),
81 EXPECT_EQ(GetController(controllers_, syncer::APPS)->state(),
86 EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(),
88 EXPECT_EQ(GetController(controllers_, syncer::APPS)->state(),
90 GetController(controllers_, syncer::BOOKMARKS)->FinishStart(
92 GetController(controllers_, syncer::APPS)->FinishStart(
118 EXPECT_EQ(GetController(controllers
[all...]
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_navigator_impl.cc20 NavigationController* InterstitialPageNavigatorImpl::GetController() { function in class:content::InterstitialPageNavigatorImpl
H A Dnavigator.cc11 NavigationController* Navigator::GetController() { function in class:content::Navigator
H A Dnavigator_impl.cc150 NavigationController* NavigatorImpl::GetController() { function in class:content::NavigatorImpl
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc270 new_contents->GetController()
619 NavigationControllerImpl& WebContentsImpl::GetController() { function in class:content::WebContentsImpl
623 const NavigationControllerImpl& WebContentsImpl::GetController() const { function in class:content::WebContentsImpl
1147 tc->GetController().CopyStateFrom(controller_);
1571 new_contents->GetController().SetSessionStorageNamespace(
2380 NavigationEntry* entry = GetController().GetLastCommittedEntry();
2631 GetController().GetBrowserContext());
2726 GetController().GetBrowserContext());
2739 GetController().GetBrowserContext());
4118 return GetController();
[all...]
/external/chromium_org/content/browser/webui/
H A Dweb_ui_impl.cc133 WebUIController* WebUIImpl::GetController() const { function in class:content::WebUIImpl
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_item.cc256 extension_enable_flow_controller_ = GetController();
280 GetController()->LaunchApp(profile_,
322 GetController()->ActivateApp(profile_,
330 this, profile_, extension_id_, GetController()));
362 AppListControllerDelegate* ExtensionAppItem::GetController() { function in class:ExtensionAppItem
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dgenerated_credit_card_view.cc20 autofill::GeneratedCreditCardBubbleController* controller = GetController();
33 autofill::GeneratedCreditCardBubbleController* controller = GetController();
38 autofill::GeneratedCreditCardBubbleController* controller = GetController();
44 GetController() const { function in class:GeneratedCreditCardView
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller_unittest.cc250 static AcceleratorController* GetController();
276 AcceleratorController* AcceleratorControllerTest::GetController() { function in class:ash::AcceleratorControllerTest
286 ExitWarningHandler* ewh = GetController()->GetExitWarningHandlerForTest();
291 EXPECT_TRUE(GetController()->Process(press));
292 EXPECT_FALSE(GetController()->Process(release));
295 EXPECT_TRUE(GetController()->Process(press)); // second press before timer.
296 EXPECT_FALSE(GetController()->Process(release));
308 ExitWarningHandler* ewh = GetController()->GetExitWarningHandlerForTest();
313 EXPECT_TRUE(GetController()->Process(press));
314 EXPECT_FALSE(GetController()
[all...]
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_widget_controller.cc139 DesktopBackgroundWidgetController* AnimatingDesktopController::GetController( function in class:ash::AnimatingDesktopController
/external/chromium_org/ash/tooltips/
H A Dtooltip_controller_unittest.cc67 TooltipController* GetController() { function in namespace:ash::test::__anon2026
81 helper_.reset(new TooltipControllerTestHelper(GetController()));

Completed in 2268 milliseconds