Searched defs:is_handled (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/component_updater/
H A Durl_fetcher_downloader.cc66 const bool is_handled = fetch_error == 0 || IsHttpServerError(fetch_error); local
82 CrxDownloader::OnDownloadComplete(is_handled, result, download_metrics);
H A Dcrx_downloader.cc105 bool is_handled,
116 // as indicated by the |is_handled| flag, remove that url from the list of
119 if (!is_handled) {
104 OnDownloadComplete( bool is_handled, const Result& result, const DownloadMetrics& download_metrics) argument
H A Dbackground_downloader_win.cc547 const bool is_handled = SUCCEEDED(error) || local
573 is_handled,
/external/chromium_org/ui/base/ime/
H A Dinput_method_ibus.cc84 bool is_handled) {
90 if (is_handled) {
97 is_handled = ExecuteCharacterComposer(*event);
102 ProcessKeyEventPostIME(*event, is_handled);
82 ProcessKeyEventDone(uint32 id, ui::KeyEvent* event, bool is_handled) argument

Completed in 87 milliseconds