OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notifications_
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/chrome/browser/extensions/
extension_notification_observer.h
63
std::vector<chrome::NotificationType>
notifications_
;
member in class:extensions::ExtensionNotificationObserver
/external/chromium_org/components/storage_monitor/
media_transfer_protocol_device_observer_linux.h
87
StorageMonitor::Receiver* const
notifications_
;
member in class:storage_monitor::MediaTransferProtocolDeviceObserverLinux::StorageMonitor
volume_mount_watcher_win.h
119
StorageMonitor::Receiver*
notifications_
;
member in class:storage_monitor::VolumeMountWatcherWin
portable_device_watcher_win.h
123
HDEVNOTIFY
notifications_
;
member in class:storage_monitor::PortableDeviceWatcherWin
storage_monitor.cc
26
:
notifications_
(notifications) {}
37
StorageMonitor*
notifications_
;
member in class:storage_monitor::StorageMonitor::ReceiverImpl
41
notifications_
->ProcessAttach(info);
45
notifications_
->ProcessDetach(id);
49
notifications_
->MarkInitialized();
/external/chromium_org/ui/message_center/
notification_list.h
150
Notifications
notifications_
;
member in class:message_center::NotificationList
/external/chromium_org/content/browser/
system_message_window_win.cc
32
explicit DeviceNotifications(HWND hwnd) :
notifications_
() {
57
DCHECK_EQ(
notifications_
[i], static_cast<HDEVNOTIFY>(NULL));
58
notifications_
[i] = RegisterDeviceNotification(
60
DPLOG_IF(ERROR, !
notifications_
[i])
66
for (int i = 0; i < arraysize(
notifications_
); ++i) {
67
if (
notifications_
[i]) {
68
UnregisterDeviceNotification(
notifications_
[i]);
69
notifications_
[i] = NULL;
75
HDEVNOTIFY
notifications_
[arraysize(kDeviceCategoryMap)];
member in class:content::SystemMessageWindowWin::DeviceNotifications
/external/chromium_org/ui/message_center/cocoa/
tray_view_controller.h
62
base::scoped_nsobject<NSMutableArray>
notifications_
;
member in namespace:NSViewController
65
// |
notifications_
|.
/external/chromium_org/chrome/browser/history/
expire_history_backend_unittest.cc
86
STLDeleteValues(&
notifications_
);
120
NotificationList
notifications_
;
member in class:history::ExpireHistoryTest
159
notifications_
.push_back(std::make_pair(type, details.release()));
328
for (size_t i = 0; i <
notifications_
.size(); i++) {
329
if (
notifications_
[i].first == chrome::NOTIFICATION_HISTORY_URLS_DELETED) {
331
notifications_
[i].second);
343
} else if (
notifications_
[i].first ==
346
static_cast<URLsModifiedDetails*>(
notifications_
[i].second)->
358
for (size_t i = 0; i <
notifications_
.size(); i++) {
359
if (
notifications_
[i].first == chrome::NOTIFICATION_HISTORY_URLS_MODIFIED)
[
all
...]
/external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc
50
notifications_
(0) {}
53
int notifications() const { return
notifications_
;}
61
++
notifications_
;
68
++
notifications_
;
74
++
notifications_
;
80
++
notifications_
;
86
++
notifications_
;
90
int
notifications_
;
member in class:__anon8819::MockGalleryChangeObserver
[
all
...]
/external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h
286
std::vector<DialogNotification>
notifications_
;
member in class:autofill::AutofillDialogViews::NotificationArea
/external/chromium_org/testing/gtest/test/
gtest_output_test_.cc
499
&ThreadRoutine, &
notifications_
, NULL));
500
notifications_
.spawn_thread_started.WaitForNotification();
508
notifications_
.spawn_thread_ok_to_terminate.Notify();
512
SpawnThreadNotifications
notifications_
;
member in class:DeathTestAndMultiThreadsTest
/external/gtest/test/
gtest_output_test_.cc
499
&ThreadRoutine, &
notifications_
, NULL));
500
notifications_
.spawn_thread_started.WaitForNotification();
508
notifications_
.spawn_thread_ok_to_terminate.Notify();
512
SpawnThreadNotifications
notifications_
;
member in class:DeathTestAndMultiThreadsTest
/ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc
499
&ThreadRoutine, &
notifications_
, NULL));
500
notifications_
.spawn_thread_started.WaitForNotification();
508
notifications_
.spawn_thread_ok_to_terminate.Notify();
512
SpawnThreadNotifications
notifications_
;
member in class:DeathTestAndMultiThreadsTest
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc
189
return
notifications_
;
193
notifications_
= notifications;
263
std::vector<DialogNotification>
notifications_
;
member in class:autofill::__anon9574::TestAutofillDialogController
[
all
...]
Completed in 553 milliseconds