Searched refs:Observe (Results 1 - 25 of 713) sorted by relevance

1234567891011>>

/external/chromium_org/components/dom_distiller/content/
H A Dweb_contents_main_frame_observer.cc20 content::WebContentsObserver::Observe(web_contents);
49 content::WebContentsObserver::Observe(NULL);
/external/chromium_org/base/
H A Dobserver_list_unittest.cc22 virtual void Observe(int x) = 0;
29 virtual void Observe(int x) OVERRIDE {
46 virtual void Observe(int x) OVERRIDE {
62 virtual void Observe(int x) OVERRIDE {
80 virtual void Observe(int x) OVERRIDE {
144 list_->Notify(&Foo::Observe, 10);
156 virtual void Observe(int x) OVERRIDE {
192 FOR_EACH_OBSERVER(Foo, observer_list, Observe(10));
201 FOR_EACH_OBSERVER(Foo, observer_list, Observe(10));
224 observer_list->Notify(&Foo::Observe, 1
[all...]
/external/chromium_org/chrome/browser/google/
H A Ddid_run_updater_win.h21 void Observe(int type,
H A Ddid_run_updater_win.cc29 void DidRunUpdater::Observe(int type, function in class:DidRunUpdater
/external/chromium_org/chrome/browser/ui/
H A Duma_browsing_activity_observer.h25 virtual void Observe(int type,
/external/chromium_org/content/public/browser/
H A Dnotification_observer.h16 // notification is posted to the notification service, Observe is called.
19 virtual void Observe(int type,
H A Dweb_contents_observer.cc15 Observe(web_contents);
31 void WebContentsObserver::Observe(WebContents* web_contents) { function in class:content::WebContentsObserver
/external/chromium_org/content/public/test/
H A Dmock_notification_observer.h21 MOCK_METHOD3(Observe, void(int type,
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dbrowser_state_monitor_unittest.cc79 monitor_.Observe(chrome::NOTIFICATION_LOGIN_USER_CHANGED,
94 monitor_.Observe(chrome::NOTIFICATION_SESSION_STARTED,
108 monitor_.Observe(chrome::NOTIFICATION_LOGIN_USER_CHANGED,
119 monitor_.Observe(chrome::NOTIFICATION_SESSION_STARTED,
132 monitor_.Observe(chrome::NOTIFICATION_LOGIN_USER_CHANGED,
136 monitor_.Observe(chrome::NOTIFICATION_SESSION_STARTED,
141 monitor_.Observe(chrome::NOTIFICATION_SCREEN_LOCK_STATE_CHANGED,
149 monitor_.Observe(chrome::NOTIFICATION_SCREEN_LOCK_STATE_CHANGED,
160 monitor_.Observe(chrome::NOTIFICATION_APP_TERMINATING,
H A Dbrowser_state_monitor.h34 virtual void Observe(int type,
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu_browsertest_util.h23 virtual void Observe(int type,
52 virtual void Observe(int type,
/external/chromium_org/chrome/browser/
H A Dbrowser_process_platform_part_aurawin.h30 virtual void Observe(int type,
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_notification_observer.h32 virtual void Observe(int type,
H A Dstate_store_notification_observer.cc25 void StateStoreNotificationObserver::Observe( function in class:extensions::StateStoreNotificationObserver
H A Dstate_store_notification_observer.h25 virtual void Observe(int type,
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_system_observer.h22 virtual void Observe(int type,
/external/chromium_org/chrome/browser/sync/glue/
H A Dextensions_activity_monitor.h19 // Observe and record usage of extension bookmark API.
26 virtual void Observe(int type,
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_extension_installer.h32 virtual void Observe(int type,
/external/chromium_org/chrome/browser/ui/panels/
H A Dtest_panel_notification_observer.cc32 void TestPanelNotificationObserver::Observe( function in class:TestPanelNotificationObserver
/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_service.h25 virtual void Observe(int type,
/external/chromium_org/chrome/browser/ui/views/
H A Dload_complete_listener.h33 virtual void Observe(int type,
/external/chromium_org/content/browser/
H A Dtheme_helper_mac.h39 virtual void Observe(int type,
/external/chromium_org/chrome/browser/content_settings/
H A Dpermission_queue_controller_unittest.cc58 virtual void Observe(int type,
74 void ObservationCountingQueueController::Observe( function in class:ObservationCountingQueueController
80 PermissionQueueController::Observe(type, source, details);
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt_test_utils.cc17 void LoginPromptBrowserTestObserver::Observe( function in class:LoginPromptBrowserTestObserver
70 void WindowedLoadStopObserver::Observe( function in class:WindowedLoadStopObserver
76 WindowedNotificationObserver::Observe(type, source, details);
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
H A Dkiosk_mode_idle_logout.h32 virtual void Observe(int type,

Completed in 2336 milliseconds

1234567891011>>