OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notification_ui_manager
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/background/
background_contents_service.cc
29
#include "chrome/browser/notifications/
notification_ui_manager
.h"
69
NotificationUIManager*
notification_ui_manager
=
local
70
g_browser_process->
notification_ui_manager
();
71
bool cancelled ALLOW_UNUSED =
notification_ui_manager
->CancelById(balloon_id);
/external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc
19
#include "chrome/browser/notifications/
notification_ui_manager
.h"
345
g_browser_process->
notification_ui_manager
()->Add(notification, GetProfile());
443
g_browser_process->
notification_ui_manager
()->Update(*notification,
539
g_browser_process->
notification_ui_manager
()->FindById(
576
bool cancel_result = g_browser_process->
notification_ui_manager
()->CancelById(
590
NotificationUIManager*
notification_ui_manager
=
local
591
g_browser_process->
notification_ui_manager
();
593
notification_ui_manager
->GetAllIdsByProfileAndSourceOrigin(
/external/chromium_org/chrome/test/base/
testing_browser_process.cc
24
#include "chrome/browser/notifications/
notification_ui_manager
.h"
222
NotificationUIManager* TestingBrowserProcess::
notification_ui_manager
() {
function in class:TestingBrowserProcess
/external/chromium/chrome/browser/
browser_process_impl.cc
40
#include "chrome/browser/notifications/
notification_ui_manager
.h"
490
NotificationUIManager* BrowserProcessImpl::
notification_ui_manager
() {
function in class:BrowserProcessImpl
[
all
...]
/external/chromium_org/chrome/browser/
browser_process_impl.cc
53
#include "chrome/browser/notifications/
notification_ui_manager
.h"
489
NotificationUIManager* BrowserProcessImpl::
notification_ui_manager
() {
function in class:BrowserProcessImpl
[
all
...]
Completed in 165 milliseconds