OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotificationResourceProvider
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/task_manager/
notification_resource_provider.h
23
class
NotificationResourceProvider
: public ResourceProvider,
26
static
NotificationResourceProvider
* Create(TaskManager* task_manager);
41
explicit
NotificationResourceProvider
(TaskManager* task_manager);
42
virtual ~
NotificationResourceProvider
();
57
DISALLOW_COPY_AND_ASSIGN(
NotificationResourceProvider
);
notification_resource_provider.cc
116
//
NotificationResourceProvider
class
120
NotificationResourceProvider
*
121
NotificationResourceProvider
::Create(TaskManager* task_manager) {
122
return new
NotificationResourceProvider
(task_manager);
125
NotificationResourceProvider
::
126
NotificationResourceProvider
(TaskManager* task_manager)
131
NotificationResourceProvider
::~
NotificationResourceProvider
() {
134
Resource*
NotificationResourceProvider
::GetResource(
142
void
NotificationResourceProvider
::StartUpdating()
[
all
...]
Completed in 118 milliseconds