Searched refs:handled (Results 401 - 425 of 539) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc951 bool* handled) {
956 *handled = IsMsgHandled();
963 bool* handled) {
966 *handled = IsMsgHandled();
973 bool* handled) {
976 *handled = IsMsgHandled();
983 bool* handled) {
986 *handled = IsMsgHandled();
993 bool* handled) {
997 *handled
948 HandleMouseMessage(unsigned int message, WPARAM w_param, LPARAM l_param, bool* handled) argument
960 HandleKeyboardMessage(unsigned int message, WPARAM w_param, LPARAM l_param, bool* handled) argument
970 HandleTouchMessage(unsigned int message, WPARAM w_param, LPARAM l_param, bool* handled) argument
980 HandleScrollMessage(unsigned int message, WPARAM w_param, LPARAM l_param, bool* handled) argument
990 HandleNcHitTestMessage(unsigned int message, WPARAM w_param, LPARAM l_param, bool* handled) argument
1277 BOOL handled = !!delegate_->HandleAppCommand(command); local
2427 bool handled = delegate_->HandleMouseEvent(event); local
[all...]
/external/chromium_org/ash/system/tray/
H A Dtray_notification_view.cc142 if (event->handled())
/external/chromium_org/chrome/browser/extensions/api/input_ime/
H A Dinput_ime_api.h52 // Called when a key event was handled.
55 bool handled);
/external/chromium_org/mojo/views/
H A Dnative_widget_view_manager.cc86 return aura_event.handled() || details.dispatcher_destroyed;
/external/chromium_org/ppapi/proxy/
H A Dppp_content_decryptor_private_proxy.cc517 bool handled = true;
547 IPC_MESSAGE_UNHANDLED(handled = false)
549 DCHECK(handled);
550 return handled;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DDialog.js133 if (!event.handled && this._closeKeys.indexOf(event.keyCode) >= 0) {
/external/chromium_org/ui/events/
H A Devent_dispatcher_unittest.cc263 EXPECT_FALSE(mouse.handled());
280 EXPECT_TRUE(mouse.handled());
282 // |h1| marks the event as handled. So only the pre-target handlers should
300 EXPECT_TRUE(mouse.handled());
314 EXPECT_TRUE(mouse.handled());
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dx11_input_method_context_impl_gtk2.cc53 // handled.
105 const gboolean handled = gtk_im_context_filter_keypress(gtk_context_, local
110 return handled && !commit_signal_trap_.IsSignalCaught();
/external/chromium_org/ui/wm/core/
H A Dfocus_controller.cc166 if (event->type() == ui::ET_MOUSE_PRESSED && !event->handled())
179 !event->handled()) {
340 // Activation adjustments are handled first in the event of a disposition
/external/chromium_org/third_party/libusb/src/libusb/
H A Dio.c150 * to be handled, or you must use some other scheme to allow libusbx to
159 * results are handled. This becomes particularly obvious when you want to
374 * Endianness conversion is transparently handled by
595 * into libusbx at certain points in time so that pending events can be handled.
1876 /* ignore timeouts we've already handled */
1986 goto handled;
2007 goto handled;
2018 goto handled;
2032 goto handled;
2036 goto handled;
[all...]
/external/chromium_org/chrome/browser/content_settings/
H A Dtab_specific_content_settings.cc222 << "Geolocation settings handled by ContentSettingGeolocationImageModel";
224 << "Notifications settings handled by "
274 << "Geolocation settings handled by OnGeolocationPermissionSet";
317 << "Geolocation settings handled by OnGeolocationPermissionSet";
644 bool handled = true; local
647 IPC_MESSAGE_UNHANDLED(handled = false)
649 return handled;
/external/chromium_org/chrome/browser/extensions/
H A Dsandboxed_unpacker.cc323 bool handled = true; local
329 IPC_MESSAGE_UNHANDLED(handled = false)
331 return handled;
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_logging_handler_host.cc343 bool handled = true; local
348 IPC_MESSAGE_UNHANDLED(handled = false)
351 return handled;
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_contents.cc548 bool handled = true; local
553 IPC_MESSAGE_UNHANDLED(handled = false)
556 return handled;
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_host.cc350 bool handled = true; local
354 IPC_MESSAGE_UNHANDLED(handled = false)
356 return handled;
/external/chromium_org/chrome/renderer/
H A Dcontent_settings_observer.cc210 bool handled = true; local
221 IPC_MESSAGE_UNHANDLED(handled = false)
223 if (handled)
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_classifier_delegate_browsertest.cc91 bool handled = true; variable
95 IPC_MESSAGE_UNHANDLED(handled = false);
97 return handled;
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc382 bool handled = true; local
386 IPC_MESSAGE_UNHANDLED(handled = false)
389 return handled;
/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_impl.cc266 bool handled = true; local
276 IPC_MESSAGE_UNHANDLED(handled = false)
279 return handled;
616 // Mark the wheel event complete only after the ACKs have been handled above.
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_host_unittest.cc190 bool handled = true; variable
198 IPC_MESSAGE_UNHANDLED(handled = false)
200 EXPECT_TRUE(handled); variable
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_version.cc490 bool handled = true; local
506 IPC_MESSAGE_UNHANDLED(handled = false)
508 return handled;
/external/chromium_org/content/child/service_worker/
H A Dservice_worker_dispatcher.cc55 bool handled = true; local
82 IPC_MESSAGE_UNHANDLED(handled = false)
84 DCHECK(handled) << "Unhandled message:" << msg.type();
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.cc96 bool handled = true; local
110 IPC_MESSAGE_UNHANDLED(handled = false)
112 return handled;
/external/chromium_org/content/renderer/service_worker/
H A Dservice_worker_cache_storage_dispatcher.cc242 bool handled = true; local
280 IPC_MESSAGE_UNHANDLED(handled = false)
283 return handled;
/external/chromium_org/content/shell/browser/
H A Dwebkit_test_controller.cc370 bool handled = true; local
392 IPC_MESSAGE_UNHANDLED(handled = false)
395 return handled;

Completed in 955 milliseconds

<<11121314151617181920>>