HomeSort by relevance Sort by last modified time
    Searched refs:should_notify (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/components/enhanced_bookmarks/
bookmark_server_service.cc 135 bool should_notify = true; local
139 !ProcessResponse(response, &should_notify)) {
142 if (should_notify)
bookmark_server_search_service.h 45 bool* should_notify) OVERRIDE;
bookmark_server_search_service.cc 73 bool* should_notify) {
74 DCHECK(*should_notify);
bookmark_server_service.h 70 // false on failure. The implementation can assume that |should_notify| is set
74 bool* should_notify) = 0;
  /external/chromium_org/chrome/browser/download/
download_item_model.h 131 void SetWasUINotified(bool should_notify);
  /external/lldb/source/Target/
ThreadPlanBase.cpp 87 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); local
88 if (should_notify)
UnixSignals.cpp 189 bool &should_notify
200 should_notify = signal.m_notify;
StopInfo.cpp 864 bool should_notify = thread_sp->GetProcess()->GetUnixSignals().GetShouldNotify (m_value); local
    [all...]
  /external/lldb/include/lldb/Target/
UnixSignals.h 50 bool &should_notify) const;
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.cc 591 bool should_notify = false; local
598 should_notify = true;
601 if (should_notify)
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 641 bool should_notify = local
661 if (should_notify)
    [all...]
  /external/chromium_org/components/search_engines/
template_url_service.cc 617 bool should_notify = false; local
628 should_notify = true;
633 if (should_notify)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.cc     [all...]

Completed in 1504 milliseconds