Searched defs:should_notify (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/enhanced_bookmarks/
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_service.cc135 bool should_notify = true; local
139 !ProcessResponse(response, &should_notify)) {
142 if (should_notify)
/external/lldb/source/Target/
H A DThreadPlanBase.cpp87 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); local
88 if (should_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/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)

Completed in 2811 milliseconds