OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationService
(Results
51 - 75
of
478
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/extensions/browser/
api_unittest.h
23
class
NotificationService
;
83
scoped_ptr<content::
NotificationService
> notification_service_;
process_manager_unittest.cc
65
: notification_service_(content::
NotificationService
::Create()),
92
scoped_ptr<content::
NotificationService
> notification_service_;
163
content::
NotificationService
::current()->Notify(
166
content::
NotificationService
::NoDetails());
196
content::
NotificationService
::current()->Notify(
199
content::
NotificationService
::NoDetails());
221
content::
NotificationService
::current()->Notify(
224
content::
NotificationService
::NoDetails());
/external/chromium_org/extensions/test/
result_catcher.cc
17
content::
NotificationService
::AllSources());
20
content::
NotificationService
::AllSources());
extension_test_message_listener.cc
27
content::
NotificationService
::AllSources());
39
content::
NotificationService
::AllSources());
/external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc
176
content::
NotificationService
::NoDetails());
190
content::
NotificationService
::NoDetails());
202
content::
NotificationService
::NoDetails());
226
content::
NotificationService
::NoDetails());
243
content::
NotificationService
::NoDetails());
255
content::
NotificationService
::NoDetails());
268
content::
NotificationService
::NoDetails());
/external/chromium_org/chrome/browser/apps/app_shim/
app_shim_handler_mac.cc
85
content::
NotificationService
::AllBrowserContextsAndSources());
88
content::
NotificationService
::AllBrowserContextsAndSources());
91
content::
NotificationService
::AllBrowserContextsAndSources());
/external/chromium_org/chrome/browser/chromeos/login/
oobe_browsertest.cc
91
content::
NotificationService
::AllSources()).Wait();
99
content::
NotificationService
::AllSources()).Wait();
111
content::
NotificationService
::AllSources()).Wait();
/external/chromium_org/chrome/browser/extensions/
chrome_process_manager_delegate.cc
26
content::
NotificationService
::AllSources());
29
content::
NotificationService
::AllSources());
32
content::
NotificationService
::AllSources());
options_page_apitest.cc
43
content::
NotificationService
::AllSources());
/external/chromium_org/chrome/browser/search/
search_terms_tracker.cc
23
content::
NotificationService
::AllSources());
25
content::
NotificationService
::AllSources());
27
content::
NotificationService
::AllSources());
/external/chromium_org/chrome/browser/web_resource/
promo_resource_service.cc
162
content::
NotificationService
* service =
163
content::
NotificationService
::current();
166
content::
NotificationService
::NoDetails());
/external/chromium_org/chrome/browser/
fast_shutdown_browsertest.cc
51
content::
NotificationService
::AllSources());
upgrade_detector.cc
105
content::
NotificationService
::current()->Notify(
108
content::
NotificationService
::NoDetails());
/external/chromium_org/chrome/browser/google/
google_search_counter_android.cc
22
content::
NotificationService
::AllSources());
/external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.cc
49
content::
NotificationService
::current()->Notify(
/external/chromium_org/chrome/browser/sync/glue/
extensions_activity_monitor.cc
29
content::
NotificationService
::AllSources());
/external/chromium_org/chrome/browser/ui/webui/
chrome_url_data_manager_browsertest.cc
22
content::
NotificationService
::AllSources());
/external/chromium_org/content/browser/
notification_service_impl.h
19
class CONTENT_EXPORT NotificationServiceImpl : public
NotificationService
{
24
// a
NotificationService
. Only one instance should be created per thread.
28
//
NotificationService
:
57
// receive events from that object, or
NotificationService
::AllSources()
/external/chromium_org/chrome/browser/ssl/
ssl_client_auth_observer.cc
44
content::
NotificationService
* service =
45
content::
NotificationService
::current();
/external/chromium_org/chrome/browser/ui/
uma_browsing_activity_observer.cc
40
content::
NotificationService
::AllSources());
42
content::
NotificationService
::AllSources());
/external/chromium_org/extensions/browser/api/runtime/
runtime_apitest.cc
102
content::
NotificationService
::AllSources());
105
content::
NotificationService
::AllSources());
/external/chromium_org/extensions/browser/guest_view/
guest_view_manager_unittest.cc
47
notification_service_(content::
NotificationService
::Create()) {}
56
scoped_ptr<content::
NotificationService
> notification_service_;
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ProgressService.java
59
noMa.notify(
NotificationService
.NOTIFICATION_ID + mId,
60
NotificationService
.makeUploadNotification(
UpdateService.java
56
noMa.notify(
NotificationService
.NOTIFICATION_ID + id,
57
NotificationService
.makeBigTextNotification(this, update, id, when));
/external/chromium_org/chrome/browser/renderer_host/
render_process_host_chrome_browsertest.cc
140
content::
NotificationService
::AllSources());
156
content::
NotificationService
::AllSources());
172
content::
NotificationService
::AllSources());
186
content::
NotificationService
::AllSources());
229
content::
NotificationService
::AllSources());
240
content::
NotificationService
::AllSources());
357
content::
NotificationService
::AllSources());
404
content::
NotificationService
::AllSources());
451
content::
NotificationService
::AllSources());
488
content::
NotificationService
::AllSources())
[
all
...]
Completed in 1531 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>