Searched defs:CreateNotification (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dchrome_notifier_delegate_browsertest.cc41 notifier::SyncedNotification* CreateNotification( function in class:StubChromeNotifierService
61 return CreateNotification(
H A Dchrome_notifier_service_unittest.cc213 SyncedNotification* CreateNotification( function in class:ChromeNotifierServiceTest
255 CreateNotification(kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1,
297 SyncChange::ACTION_ADD, CreateNotification(
300 SyncChange::ACTION_ADD, CreateNotification(
303 SyncChange::ACTION_ADD, CreateNotification(
320 scoped_ptr<SyncedNotification> n1(CreateNotification(
323 scoped_ptr<SyncedNotification> n2(CreateNotification(
326 scoped_ptr<SyncedNotification> n3(CreateNotification(
339 SyncChange::ACTION_ADD, CreateNotification(
342 SyncChange::ACTION_UPDATE, CreateNotification(
[all...]
/external/chromium_org/chrome/browser/ui/ash/
H A Dscreenshot_taker.cc323 Notification* ScreenshotTaker::CreateNotification( function in class:ScreenshotTaker
368 CreateNotification(screenshot_result, screenshot_path));
/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_api.cc234 bool NotificationsApiFunction::CreateNotification( function in class:extensions::NotificationsApiFunction
497 if (!CreateNotification(notification_id, &params_->options))
/external/chromium_org/content/browser/devtools/
H A Ddevtools_protocol.cc252 DevToolsProtocol::CreateNotification( function in class:content::DevToolsProtocol
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_browsertest.cc220 std::string CreateNotification(Browser* browser,
330 std::string NotificationsTest::CreateNotification( function in class:NotificationsTest
357 return CreateNotification(
925 std::string result = CreateNotification(
931 result = CreateNotification(

Completed in 675 milliseconds