OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsValidNotification
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/jingle/notifier/listener/
push_notifications_listen_task.h
47
bool
IsValidNotification
(const buzz::XmlElement* stanza);
push_notifications_listen_task.cc
88
if (
IsValidNotification
(stanza)) {
95
bool PushNotificationsListenTask::
IsValidNotification
(
/external/chromium_org/win8/metro_driver/
chrome_app_view.h
60
bool
IsValidNotification
(const std::string& notification);
chrome_app_view.cc
320
if (
IsValidNotification
(notification.id)) {
354
bool ChromeAppView::
IsValidNotification
(const std::string& notification) {
541
if (!globals.view->
IsValidNotification
(notification_id)) {
[
all
...]
Completed in 554 milliseconds