OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Notify
(Results
226 - 250
of
454
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/extensions/
extension_function_dispatcher.cc
416
//
Notify
the ExtensionProcessManager that the view was created.
437
NotificationService::current()->
Notify
(
446
NotificationService::current()->
Notify
(
extension_install_ui.cc
202
service->
Notify
(NotificationType::EXTENSION_WILL_SHOW_CONFIRM_DIALOG,
/external/chromium/chrome/browser/prerender/
prerender_contents.cc
101
NotificationService::current()->
Notify
(
208
NotificationService::current()->
Notify
(
/external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc
278
service->
Notify
(NotificationType::PROMO_RESOURCE_STATE_CHANGED,
363
NotificationService::current()->
Notify
(
/external/chromium/chrome/browser/web_resource/
promo_resource_service.cc
144
//
Notify
immediately if time is between start and end.
339
NotificationService::current()->
Notify
(
409
service->
Notify
(NotificationType::PROMO_RESOURCE_STATE_CHANGED,
web_resource_service.cc
256
service->
Notify
(notification_type_,
/external/chromium_org/chrome/browser/chromeos/login/
screen_locker.cc
432
content::NotificationService::current()->
Notify
(
458
content::NotificationService::current()->
Notify
(
user_image_manager_impl.cc
815
content::NotificationService::current()->
Notify
(
840
content::NotificationService::current()->
Notify
(
873
content::NotificationService::current()->
Notify
(
[
all
...]
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.cc
502
content::NotificationService::current()->
Notify
(
533
content::NotificationService::current()->
Notify
(
/art/runtime/mirror/
object.h
113
void
Notify
(Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/
monitor.cc
529
void Monitor::
Notify
(Thread* self) {
533
ThrowIllegalMonitorStateExceptionF("object not locked by thread before
notify
()");
573
thread->
Notify
();
637
// The lock is owned by another thread.
Notify
the runtime that we are about to wait.
783
void Monitor::
Notify
(Thread* self, mirror::Object *obj) {
791
ThrowIllegalMonitorStateExceptionF("object not locked by thread before
notify
()");
794
// no-op; there are no waiters to
notify
.
795
// We inflate here in case the
Notify
is in a tight loop. Without inflation here the waiter
800
LW_MONITOR(thin)->
Notify
(self);
815
// no-op; there are no waiters to
notify
[
all
...]
/external/chromium/chrome/browser/
accessibility_events.cc
20
NotificationService::current()->
Notify
(
background_page_tracker.cc
297
NotificationService::current()->
Notify
(
/external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.cc
199
NotificationService::current()->
Notify
(
/external/chromium/chrome/browser/google/
google_url_tracker.cc
262
NotificationService::current()->
Notify
(NotificationType::GOOGLE_URL_UPDATED,
/external/chromium/chrome/browser/password_manager/
password_store_mac.cc
772
NotificationService::current()->
Notify
(
807
NotificationService::current()->
Notify
(
838
NotificationService::current()->
Notify
(
[
all
...]
/external/chromium/chrome/browser/search_engines/
search_provider_install_data_unittest.cc
182
NotificationService::current()->
Notify
(
/external/chromium/chrome/browser/sync/engine/
syncer_thread.h
262
void
Notify
(SyncEngineEvent::EventCause cause);
/external/chromium/chrome/browser/sync/glue/
bookmark_data_type_controller_unittest.cc
120
NotificationService::current()->
Notify
(
session_change_processor.cc
217
//
Notify
foreign session handlers that there are new sessions.
218
NotificationService::current()->
Notify
(
/external/chromium/chrome/browser/sync/util/
extensions_activity_monitor_unittest.cc
48
NotificationService::current()->
Notify
(
/external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.cc
276
content::NotificationService::current()->
Notify
(
/external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager.cc
198
content::NotificationService::current()->
Notify
(
/external/chromium_org/chrome/browser/chromeos/app_mode/
startup_app_launcher.cc
212
content::NotificationService::current()->
Notify
(
/external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc
326
content::NotificationService::current()->
Notify
(
Completed in 685 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>