OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notification_source
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
sync_file_system_internals_handler.cc
99
std::string
notification_source
= xmpp_enabled ? "XMPP" : "Polling";
local
101
base::StringValue(
notification_source
));
/external/chromium/chrome/browser/
browser_focus_uitest.cc
621
NotificationSource
notification_source
=
local
625
notification_source
= Source<TabContents>(
630
notification_source
= Source<Browser>(browser());
635
notification_type,
notification_source
));
local
656
NotificationSource
notification_source
=
local
660
notification_source
= Source<TabContents>(
665
notification_source
= Source<Browser>(browser());
670
notification_type,
notification_source
));
local
[
all
...]
/external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.cc
133
content::NotificationSource
notification_source
=
local
138
notification_source
);
140
notification_source
);
/external/chromium_org/chrome/browser/ui/
browser_focus_uitest.cc
625
content::NotificationSource
notification_source
=
local
629
notification_source
= content::Source<RenderViewHost>(
634
notification_source
= content::Source<Browser>(browser());
639
notification_type,
notification_source
));
local
660
content::NotificationSource
notification_source
=
local
664
notification_source
= content::Source<RenderViewHost>(
669
notification_source
= content::Source<Browser>(browser());
674
notification_type,
notification_source
));
local
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc
64
#include "content/public/browser/
notification_source
.h"
1886
DownloadsNotificationSource
notification_source
;
local
[
all
...]
Completed in 89 milliseconds