OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationsApiFunction
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.h
20
class
NotificationsApiFunction
: public ApiFunction {
27
NotificationsApiFunction
();
28
virtual ~
NotificationsApiFunction
();
48
class NotificationsCreateFunction : public
NotificationsApiFunction
{
64
class NotificationsUpdateFunction : public
NotificationsApiFunction
{
80
class NotificationsClearFunction : public
NotificationsApiFunction
{
96
class NotificationsGetAllFunction : public
NotificationsApiFunction
{
notifications_api.cc
221
bool
NotificationsApiFunction
::IsNotificationsApiAvailable() {
228
NotificationsApiFunction
::
NotificationsApiFunction
() {
231
NotificationsApiFunction
::~
NotificationsApiFunction
() {
234
bool
NotificationsApiFunction
::CreateNotification(
341
bool
NotificationsApiFunction
::UpdateNotification(
432
bool
NotificationsApiFunction
::IsNotificationsApiEnabled() {
439
bool
NotificationsApiFunction
::RunImpl() {
449
NotificationsApiFunction
::MapApiTemplateTypeToType
[
all
...]
Completed in 3105 milliseconds