Searched refs:handled (Results 226 - 250 of 539) sorted by path

1234567891011>>

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_renderer_connection.cc139 bool handled = true;
147 IPC_MESSAGE_UNHANDLED(handled = false)
150 return handled;
/external/chromium_org/content/browser/renderer_host/
H A Drender_message_filter.cc369 bool handled = true; local
451 IPC_MESSAGE_UNHANDLED(handled = false)
454 return handled;
H A Drender_view_host_impl.cc899 bool handled = true;
931 handled = RenderWidgetHostImpl::OnMessageReceived(msg))
934 return handled;
H A Drender_widget_host_impl.cc437 bool handled = true; local
476 IPC_MESSAGE_UNHANDLED(handled = false)
479 if (!handled && input_router_ && input_router_->OnMessageReceived(msg))
482 if (!handled && view_ && view_->OnMessageReceived(msg))
485 return handled;
1064 // If preceding RawKeyDown event was handled by the browser, then we need
1076 // Only pre-handle the key event if it's not handled by the input method.
H A Drender_widget_host_view_android.cc304 bool handled = true; local
315 IPC_MESSAGE_UNHANDLED(handled = false)
317 return handled;
615 // Do nothing. The UI notification is handled through ContentViewClient which
H A Drender_widget_host_view_aura.cc291 // We don't mark these as handled so that they're sent back to the
476 bool handled = true; local
483 IPC_MESSAGE_UNHANDLED(handled = false)
485 return handled;
1824 if (event->handled())
1853 // Do not forward return key release events if no press event was handled.
1937 // As the overscroll is handled during scroll events from the trackpad, the
H A Drender_widget_host_view_aura_unittest.cc834 EXPECT_FALSE(press.handled());
842 EXPECT_FALSE(move.handled());
850 EXPECT_FALSE(release.handled());
904 EXPECT_FALSE(move2.handled());
913 EXPECT_FALSE(release2.handled());
1867 // Tests that scroll ACKs are correctly handled by the overscroll-navigation
2162 // Tests that touch-scroll events are handled correctly by the overscroll
H A Dsocket_stream_dispatcher_host.cc49 bool handled = true;
54 IPC_MESSAGE_UNHANDLED(handled = false)
56 return handled;
125 // SocketStream::Delegate::OnError() events are handled as WebSocket error
H A Dwebsocket_host.cc339 bool handled = true; local
345 IPC_MESSAGE_UNHANDLED(handled = false)
347 return handled;
/external/chromium_org/content/browser/
H A Dresolve_proxy_msg_helper.cc31 bool handled = true; local
34 IPC_MESSAGE_UNHANDLED(handled = false)
36 return handled;
/external/chromium_org/content/browser/screen_orientation/
H A Dscreen_orientation_dispatcher_host_impl.cc47 bool handled = true; local
53 IPC_MESSAGE_UNHANDLED(handled = false)
56 return handled;
H A Dscreen_orientation_message_filter_android.cc25 bool handled = true; local
31 IPC_MESSAGE_UNHANDLED(handled = false)
33 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;
H A Dservice_worker_cache_listener.cc63 bool handled = true; local
85 IPC_MESSAGE_UNHANDLED(handled = false)
88 return handled;
H A Dservice_worker_dispatcher_host.cc117 bool handled = true; local
157 IPC_MESSAGE_UNHANDLED(handled = false)
160 if (!handled && GetContext()) {
161 handled =
163 if (!handled)
167 return handled;
H A Dservice_worker_version.cc490 bool handled = true; local
506 IPC_MESSAGE_UNHANDLED(handled = false)
508 return handled;
H A Dservice_worker_version_unittest.cc49 bool handled = true; variable
52 IPC_MESSAGE_UNHANDLED(handled = false)
54 return handled;
95 bool handled = true; variable
98 IPC_MESSAGE_UNHANDLED(handled = false)
100 return handled;
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_message_filter.cc44 bool handled = true; local
69 IPC_MESSAGE_UNHANDLED(handled = false)
71 return handled;
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_dispatcher_host.cc47 bool handled = true; local
57 IPC_MESSAGE_UNHANDLED(handled = false)
59 return handled;
/external/chromium_org/content/browser/tracing/
H A Dtrace_message_filter.cc39 bool handled = true; local
54 IPC_MESSAGE_UNHANDLED(handled = false)
56 return handled;
/external/chromium_org/content/browser/vibration/
H A Dvibration_message_filter.cc33 bool handled = true; local
37 IPC_MESSAGE_UNHANDLED(handled = false)
39 return handled;
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc543 bool handled = true; local
604 IPC_MESSAGE_UNHANDLED(handled = false)
609 return handled;
2784 // stopping will all be handled by the browser. When that happens, there
H A Dweb_contents_impl_unittest.cc2506 bool handled = contents()->HandleWheelEvent(event); local
2508 EXPECT_FALSE(handled);
2511 EXPECT_TRUE(handled);
2519 handled = contents()->HandleWheelEvent(event);
2521 EXPECT_FALSE(handled);
2524 EXPECT_TRUE(handled);
2584 // No other type of gesture event is handled by WebContentsImpl (for example
/external/chromium_org/content/browser/webui/
H A Dweb_ui_impl.cc62 bool handled = true; local
65 IPC_MESSAGE_UNHANDLED(handled = false)
67 return handled;
/external/chromium_org/content/child/appcache/
H A Dappcache_dispatcher.cc20 bool handled = true; local
29 IPC_MESSAGE_UNHANDLED(handled = false)
31 return handled;

Completed in 414 milliseconds

1234567891011>>