OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DesktopNotificationDelegate
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/content/public/browser/
desktop_notification_delegate.h
12
class
DesktopNotificationDelegate
{
14
virtual ~
DesktopNotificationDelegate
() {}
content_browser_client.h
92
class
DesktopNotificationDelegate
;
435
scoped_ptr<
DesktopNotificationDelegate
> delegate,
/external/chromium_org/chrome/browser/notifications/
notification_object_proxy.h
14
class
DesktopNotificationDelegate
;
29
scoped_ptr<content::
DesktopNotificationDelegate
> delegate);
48
scoped_ptr<content::
DesktopNotificationDelegate
> delegate_;
notification_object_proxy.cc
16
scoped_ptr<content::
DesktopNotificationDelegate
> delegate)
desktop_notification_service.h
38
class
DesktopNotificationDelegate
;
99
scoped_ptr<content::
DesktopNotificationDelegate
> delegate,
desktop_notification_service.cc
158
scoped_ptr<content::
DesktopNotificationDelegate
> delegate,
/external/chromium_org/chrome/browser/chromeos/policy/
consumer_management_service.cc
75
class
DesktopNotificationDelegate
: public NotificationDelegate {
79
DesktopNotificationDelegate
(const std::string& id,
92
virtual ~
DesktopNotificationDelegate
();
97
DISALLOW_COPY_AND_ASSIGN(
DesktopNotificationDelegate
);
100
DesktopNotificationDelegate
::
DesktopNotificationDelegate
(
106
DesktopNotificationDelegate
::~
DesktopNotificationDelegate
() {
109
std::string
DesktopNotificationDelegate
::id() const {
113
content::WebContents*
DesktopNotificationDelegate
::GetWebContents() const
[
all
...]
/external/chromium_org/android_webview/browser/
aw_content_browser_client.h
120
scoped_ptr<content::
DesktopNotificationDelegate
> delegate,
aw_content_browser_client.cc
412
scoped_ptr<content::
DesktopNotificationDelegate
> delegate,
/external/chromium_org/chrome/browser/
chrome_content_browser_client.h
198
scoped_ptr<content::
DesktopNotificationDelegate
> delegate,
chrome_content_browser_client.cc
[
all
...]
/external/chromium_org/content/browser/frame_host/
render_frame_host_impl.cc
81
class DesktopNotificationDelegateImpl : public
DesktopNotificationDelegate
{
[
all
...]
Completed in 581 milliseconds