Searched refs:should_notify (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/components/enhanced_bookmarks/
H A Dbookmark_server_service.cc135 bool should_notify = true; local
139 !ProcessResponse(response, &should_notify)) {
142 if (should_notify)
H A Dbookmark_server_search_service.cc73 bool* should_notify) {
74 DCHECK(*should_notify);
72 ProcessResponse(const std::string& response, bool* should_notify) argument
H A Dbookmark_server_search_service.h45 bool* should_notify) OVERRIDE;
H A Dbookmark_server_service.h70 // false on failure. The implementation can assume that |should_notify| is set
74 bool* should_notify) = 0;
/external/lldb/source/Target/
H A DThreadPlanBase.cpp87 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); local
88 if (should_notify)
H A DUnixSignals.cpp189 bool &should_notify
200 should_notify = signal.m_notify;
H A DStopInfo.cpp864 bool should_notify = thread_sp->GetProcess()->GetUnixSignals().GetShouldNotify (m_value); local
865 if (should_notify)
873 return should_notify;
/external/chromium_org/chrome/browser/download/
H A Ddownload_item_model.h131 void SetWasUINotified(bool should_notify);
/external/lldb/include/lldb/Target/
H A DUnixSignals.h50 bool &should_notify) const;
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc591 bool should_notify = false; local
598 should_notify = true;
601 if (should_notify)
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.cc641 bool should_notify = local
661 if (should_notify)
/external/chromium_org/components/search_engines/
H A Dtemplate_url_service.cc617 bool should_notify = false; local
628 should_notify = true;
633 if (should_notify)
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.cc941 event.should_notify = ShouldShowNotificationForVolume(

Completed in 240 milliseconds