Searched refs:handled (Results 151 - 175 of 539) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimator.cpp82 bool handled = false; local
96 handled = true;
120 return handled;
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayEvents.cpp42 bool handled = false; local
74 handled = true;
76 return handled;
/external/chromium_org/ui/ozone/platform/dri/chromeos/
H A Ddisplay_message_handler.cc44 bool handled = true; local
54 IPC_MESSAGE_UNHANDLED(handled = false);
57 return handled;
H A Dnative_display_delegate_proxy.cc138 bool handled = true; local
143 IPC_MESSAGE_UNHANDLED(handled = false)
146 return handled;
/external/skia/src/animator/
H A DSkDisplayEvents.cpp42 bool handled = false; local
74 handled = true;
76 return handled;
/external/chromium_org/content/common/gpu/
H A Dstream_texture_android.cc169 bool handled = true; local
174 IPC_MESSAGE_UNHANDLED(handled = false)
177 DCHECK(handled);
178 return handled;
/external/chromium_org/content/renderer/pepper/
H A Dpepper_in_process_router.cc122 DCHECK(result) << "The message was not handled by the host.";
133 DCHECK(result) << "The message was not handled by the host.";
159 bool handled = host_impl_->GetPpapiHost()->OnMessageReceived(*msg); local
160 DCHECK(handled);
164 bool handled = OnPluginMsgReceived(*msg); local
165 DCHECK(handled);
/external/chromium_org/ppapi/proxy/
H A Dppp_video_decoder_proxy.cc101 bool handled = true;
111 IPC_MESSAGE_UNHANDLED(handled = false)
113 DCHECK(handled);
114 return handled;
/external/llvm/test/MC/AArch64/
H A Darm64-separator.s6 ; To make sure the output assembly correctly handled the instructions,
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowListView.java61 boolean handled = false;
63 handled = true;
77 handled |= super.performItemClick(view, position, id);
78 return handled;
/external/chromium_org/chrome/browser/
H A Dchrome_select_file_dialog_factory_win.cc103 bool handled = true; local
109 IPC_MESSAGE_UNHANDLED(handled = false)
111 return handled;
234 bool handled = true; local
240 IPC_MESSAGE_UNHANDLED(handled = false)
242 return handled;
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_classifier_delegate.cc61 bool handled = true; local
64 IPC_MESSAGE_UNHANDLED(handled = false)
66 return handled;
198 bool handled = true; local
202 IPC_MESSAGE_UNHANDLED(handled = false)
204 return handled;
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer_unittest_utils_mac.cc107 bool handled = true; variable
112 IPC_MESSAGE_UNHANDLED(handled = false)
114 return handled;
268 bool handled = true; variable
274 IPC_MESSAGE_UNHANDLED(handled = false)
276 return handled;
/external/chromium_org/content/browser/service_worker/
H A Dembedded_worker_test_helper.cc55 bool handled = true; local
63 IPC_MESSAGE_UNHANDLED(handled = false)
66 // IPC::TestSink only records messages that are not handled by filters,
70 return handled;
112 bool handled = true; local
118 IPC_MESSAGE_UNHANDLED(handled = false)
122 return handled;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dnetwork_dropdown.js327 var handled = false;
336 handled = true;
346 handled = true;
351 handled = true;
356 handled = true;
368 handled = true;
372 if (handled) {
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service_config.cc69 BOOL& handled);
70 LRESULT OnCtrColor(UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
71 LRESULT OnCancel(UINT, INT nIdentifier, HWND, BOOL& handled);
72 LRESULT OnStart(UINT, INT nIdentifier, HWND, BOOL& handled);
73 LRESULT OnInstall(UINT, INT nIdentifier, HWND, BOOL& handled);
74 LRESULT OnLogging(UINT, INT nIdentifier, HWND, BOOL& handled);
75 LRESULT OnDestroy(UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
209 BOOL& handled) {
236 BOOL& handled) {
244 LRESULT SetupDialog::OnStart(UINT, INT nIdentifier, HWND, BOOL& handled) { argument
208 OnInitDialog(UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled) argument
235 OnCtrColor(UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled) argument
254 OnInstall(UINT, INT nIdentifier, HWND, BOOL& handled) argument
265 OnLogging(UINT, INT nIdentifier, HWND, BOOL& handled) argument
270 OnCancel(UINT, INT nIdentifier, HWND, BOOL& handled) argument
275 OnDestroy(UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled) argument
[all...]
/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client.cc128 bool handled = true;
151 IPC_MESSAGE_UNHANDLED(handled = false)
155 !handled && it != handlers_.end(); ++it) {
156 handled = (*it)->OnMessageReceived(message);
159 return handled;
/external/chromium_org/content/renderer/service_worker/
H A Dservice_worker_script_context.cc52 bool handled = true; local
62 IPC_MESSAGE_UNHANDLED(handled = false)
67 if (!handled)
68 handled = cache_storage_dispatcher_->OnMessageReceived(message);
70 DCHECK(handled);
/external/chromium_org/ppapi/host/
H A Dppapi_host.cc54 bool handled = true; local
68 IPC_MESSAGE_UNHANDLED(handled = false)
71 if (!handled) {
74 handled = true;
80 return handled;
/external/chromium_org/third_party/skia/src/views/
H A DSkWindow.cpp293 bool handled = false; local
317 handled = true;
324 handled = true;
332 handled = true;
339 return handled;
/external/skia/src/views/
H A DSkWindow.cpp291 bool handled = false; local
315 handled = true;
322 handled = true;
330 handled = true;
337 return handled;
/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_render_view_host_ext.cc128 bool handled = true; local
138 IPC_MESSAGE_UNHANDLED(handled = false)
141 return handled ? true : WebContentsObserver::OnMessageReceived(message);
H A Dprint_manager.cc39 bool handled = true; local
52 IPC_MESSAGE_UNHANDLED(handled = false)
55 return handled ? true : WebContentsObserver::OnMessageReceived(message);
/external/chromium_org/apps/
H A Dcustom_launcher_page_contents.cc139 bool handled = true; local
142 IPC_MESSAGE_UNHANDLED(handled = false)
144 return handled;
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dimage_writer_utility_client.cc114 bool handled = true; local
124 IPC_MESSAGE_UNHANDLED(handled = false)
126 return handled;

Completed in 1175 milliseconds

1234567891011>>