HomeSort by relevance Sort by last modified time
    Searched refs:NotificationType (Results 1 - 25 of 673) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/
extension_notification_observer.h 36 chrome::NotificationType type) WARN_UNUSED_RESULT;
38 chrome::NotificationType t1,
39 chrome::NotificationType t2) WARN_UNUSED_RESULT;
41 chrome::NotificationType t1,
42 chrome::NotificationType t2,
43 chrome::NotificationType t3) WARN_UNUSED_RESULT;
45 chrome::NotificationType t1,
46 chrome::NotificationType t2,
47 chrome::NotificationType t3,
48 chrome::NotificationType t4
    [all...]
extension_notification_observer.cc 17 std::string Str(const std::vector<chrome::NotificationType>& types) {
20 for (std::vector<chrome::NotificationType>::const_iterator it =
45 return CheckNotifications(std::vector<chrome::NotificationType>());
49 chrome::NotificationType type) {
50 return CheckNotifications(std::vector<chrome::NotificationType>(1, type));
54 chrome::NotificationType t1,
55 chrome::NotificationType t2) {
56 std::vector<chrome::NotificationType> types;
63 chrome::NotificationType t1,
64 chrome::NotificationType t2
    [all...]
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_mock.cc 19 NotificationType::SYNC_CONFIGURE_START),
21 (this, NotificationType::SYNC_CONFIGURE_DONE, &result_)));
bookmark_data_type_controller.h 16 class NotificationType;
35 virtual void Observe(NotificationType type,
  /external/chromium/chrome/browser/automation/
automation_tab_tracker.cc 21 registrar_.Add(this, NotificationType::TAB_CLOSING,
23 registrar_.Add(this, NotificationType::EXTERNAL_TAB_CLOSED,
27 registrar_.Add(this, NotificationType::LOAD_STOP,
32 registrar_.Remove(this, NotificationType::TAB_CLOSING,
34 registrar_.Remove(this, NotificationType::EXTERNAL_TAB_CLOSED,
36 registrar_.Remove(this, NotificationType::LOAD_STOP,
40 void AutomationTabTracker::Observe(NotificationType type,
44 case NotificationType::LOAD_STOP:
48 case NotificationType::EXTERNAL_TAB_CLOSED:
49 case NotificationType::TAB_CLOSING
    [all...]
automation_autocomplete_edit_tracker.cc 20 registrar_.Add(this, NotificationType::AUTOCOMPLETE_EDIT_DESTROYED,
26 registrar_.Remove(this, NotificationType::AUTOCOMPLETE_EDIT_DESTROYED,
automation_browser_tracker.cc 17 registrar_.Add(this, NotificationType::BROWSER_CLOSED,
22 registrar_.Remove(this, NotificationType::BROWSER_CLOSED,
automation_tab_tracker.h 15 class NotificationType;
26 virtual void Observe(NotificationType type,
automation_window_tracker.cc 18 registrar_.Add(this, NotificationType::WINDOW_CLOSED,
23 registrar_.Remove(this, NotificationType::WINDOW_CLOSED,
automation_extension_tracker.cc 14 registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
25 void AutomationExtensionTracker::Observe(NotificationType type,
28 if (type != NotificationType::EXTENSION_UNLOADED) {
automation_extension_tracker.h 35 virtual void Observe(NotificationType type,
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.h 79 views::View* view, NotificationType type);
87 views::View* view, NotificationType type, Profile* profile);
89 views::View* view, NotificationType type, Profile* profile);
91 views::View* view, NotificationType type, Profile* profile);
93 views::View* view, NotificationType type, Profile* profile);
95 views::View* view, NotificationType type, Profile* profile);
97 views::View* view, NotificationType type, Profile* profile);
99 views::View* view, NotificationType type, Profile* profile);
101 views::View* view, NotificationType type, Profile* profile);
104 bool IsMenuEvent(views::View* view, NotificationType type)
    [all...]
  /external/chromium/chrome/browser/
repost_form_warning_controller.cc 15 registrar_.Add(this, NotificationType::LOAD_START,
17 registrar_.Add(this, NotificationType::TAB_CLOSING,
19 registrar_.Add(this, NotificationType::REPOST_WARNING_SHOWN,
50 void RepostFormWarningController::Observe(NotificationType type,
57 (type == NotificationType::LOAD_START ||
58 type == NotificationType::TAB_CLOSING ||
59 type == NotificationType::REPOST_WARNING_SHOWN)) {
alternate_nav_url_fetcher.cc 29 registrar_.Add(this, NotificationType::NAV_ENTRY_PENDING,
35 void AlternateNavURLFetcher::Observe(NotificationType type,
39 case NotificationType::NAV_ENTRY_PENDING:
54 registrar_.Add(this, NotificationType::NAV_ENTRY_COMMITTED,
56 registrar_.Add(this, NotificationType::TAB_CLOSED,
69 case NotificationType::NAV_ENTRY_COMMITTED:
71 registrar_.Remove(this, NotificationType::NAV_ENTRY_COMMITTED,
77 case NotificationType::TAB_CLOSED:
  /external/chromium/chrome/browser/tabs/
pinned_tab_service.cc 29 registrar_.Add(this, NotificationType::BROWSER_OPENED,
31 registrar_.Add(this, NotificationType::BROWSER_CLOSING,
33 registrar_.Add(this, NotificationType::APP_EXITING,
37 void PinnedTabService::Observe(NotificationType type,
44 case NotificationType::BROWSER_OPENED: {
53 case NotificationType::BROWSER_CLOSING: {
66 case NotificationType::APP_EXITING: {
  /external/chromium/chrome/browser/search_engines/
template_url_scraper_unittest.cc 30 registrar_.Add(this, NotificationType::TEMPLATE_URL_MODEL_LOADED,
36 virtual void Observe(NotificationType type,
39 if (type == NotificationType::TEMPLATE_URL_MODEL_LOADED &&
  /external/chromium/chrome/browser/prefs/
pref_observer_mock.cc 14 EXPECT_CALL(*this, Observe(NotificationType(NotificationType::PREF_CHANGED),
  /external/chromium/chrome/browser/ui/options/
options_page_base.cc 33 void OptionsPageBase::Observe(NotificationType type,
36 if (type == NotificationType::PREF_CHANGED)
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
desktop_notifications.h 31 enum NotificationType {
59 void ShowNotification(NotificationType type, const std::string& path);
60 void ShowNotificationDelayed(NotificationType type,
65 virtual void HideNotification(NotificationType type, const std::string& path);
66 void HideNotificationDelayed(NotificationType type,
88 virtual void ShowNotificationWithMessage(NotificationType type,
91 void ShowNotificationById(NotificationType type,
  /external/chromium/chrome/browser/extensions/
extension_infobar_delegate.cc 31 registrar_.Add(this, NotificationType::EXTENSION_HOST_VIEW_SHOULD_CLOSE,
33 registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
75 void ExtensionInfoBarDelegate::Observe(NotificationType type,
79 case NotificationType::EXTENSION_HOST_VIEW_SHOULD_CLOSE: {
85 case NotificationType::EXTENSION_UNLOADED: {
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container.cc 29 void TabContentsContainer::Observe(NotificationType type,
32 if (type == NotificationType::RENDER_VIEW_HOST_CHANGED) {
37 } else if (type == NotificationType::TAB_CONTENTS_DESTROYED) {
59 NotificationType::RENDER_VIEW_HOST_CHANGED,
63 NotificationType::TAB_CONTENTS_DESTROYED,
  /external/chromium/chrome/browser/ui/search_engines/
template_url_fetcher_ui_callbacks.cc 22 NotificationType::TAB_CONTENTS_DESTROYED,
54 NotificationType type,
57 DCHECK(type == NotificationType::TAB_CONTENTS_DESTROYED);
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_browsertest.cc 20 registrar_.Add(this, NotificationType::NAV_ENTRY_COMMITTED,
24 virtual void Observe(NotificationType type,
27 DCHECK_EQ(NotificationType::NAV_ENTRY_COMMITTED, type.value);
  /external/chromium/chrome/browser/content_settings/
stub_settings_observer.cc 13 registrar_.Add(this, NotificationType::CONTENT_SETTINGS_CHANGED,
19 void StubSettingsObserver::Observe(NotificationType type,
  /external/chromium/chrome/browser/history/
in_memory_history_backend.cc 72 registrar_.Add(this, NotificationType::HISTORY_URL_VISITED, source);
73 registrar_.Add(this, NotificationType::HISTORY_TYPED_URLS_MODIFIED, source);
74 registrar_.Add(this, NotificationType::HISTORY_URLS_DELETED, source);
75 registrar_.Add(this, NotificationType::HISTORY_KEYWORD_SEARCH_TERM_UPDATED,
77 registrar_.Add(this, NotificationType::TEMPLATE_URL_REMOVED, source);
80 void InMemoryHistoryBackend::Observe(NotificationType type,
84 case NotificationType::HISTORY_URL_VISITED: {
97 case NotificationType::HISTORY_KEYWORD_SEARCH_TERM_UPDATED:
101 case NotificationType::HISTORY_TYPED_URLS_MODIFIED:
105 case NotificationType::HISTORY_URLS_DELETED
    [all...]

Completed in 413 milliseconds

1 2 3 4 5 6 7 8 91011>>