OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotificationObjectProxy
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/notifications/
notification_object_proxy.h
18
// A
NotificationObjectProxy
stands in for the JavaScript Notification object
22
class
NotificationObjectProxy
26
NotificationObjectProxy
(int process_id, int route_id,
37
friend class base::RefCountedThreadSafe<
NotificationObjectProxy
>;
39
virtual ~
NotificationObjectProxy
() {}
notification_object_proxy.cc
13
NotificationObjectProxy
::
NotificationObjectProxy
(int process_id, int route_id,
21
void
NotificationObjectProxy
::Display() {
25
void
NotificationObjectProxy
::Error() {
30
void
NotificationObjectProxy
::Close(bool by_user) {
35
void
NotificationObjectProxy
::Click() {
39
std::string
NotificationObjectProxy
::id() const {
45
void
NotificationObjectProxy
::Send(IPC::Message* message) {
/external/chromium_org/chrome/browser/notifications/
notification_object_proxy.h
12
// A
NotificationObjectProxy
stands in for the JavaScript Notification object
16
class
NotificationObjectProxy
20
NotificationObjectProxy
(int process_id, int route_id,
33
friend class base::RefCountedThreadSafe<
NotificationObjectProxy
>;
35
virtual ~
NotificationObjectProxy
() {}
notification_object_proxy.cc
12
NotificationObjectProxy
::
NotificationObjectProxy
(int process_id, int route_id,
25
void
NotificationObjectProxy
::Display() {
37
void
NotificationObjectProxy
::Error() {
43
void
NotificationObjectProxy
::Close(bool by_user) {
49
void
NotificationObjectProxy
::Click() {
55
std::string
NotificationObjectProxy
::id() const {
60
int
NotificationObjectProxy
::process_id() const {
64
RenderViewHost*
NotificationObjectProxy
::GetRenderViewHost() const {
Completed in 1324 milliseconds