Searched defs:handled (Results 276 - 300 of 385) sorted by relevance

<<111213141516

/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_host_unittest.cc185 bool handled = true; variable
193 IPC_MESSAGE_UNHANDLED(handled = false)
195 EXPECT_TRUE(handled); variable
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_dispatcher_host.cc126 bool handled = true; local
139 IPC_MESSAGE_UNHANDLED(handled = false)
141 return handled;
/external/chromium_org/content/browser/renderer_host/
H A Dwebsocket_host.cc334 bool handled = true; local
340 IPC_MESSAGE_UNHANDLED(handled = false)
342 return handled;
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl.cc271 bool handled = PlatformHandleInputEvent(event, cursor_info); local
277 return handled;
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.cc42 bool handled = true; local
51 IPC_MESSAGE_UNHANDLED(handled = false)
54 DCHECK(handled);
55 return handled;
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.cc104 bool handled = true; local
151 IPC_MESSAGE_UNHANDLED(handled = false)
157 DCHECK(handled);
158 return handled;
277 bool* handled,
280 *handled = delegate_->HandleInputEvent(*event, &cursor_info);
275 OnHandleInputEvent( const blink::WebInputEvent *event, bool* handled, WebCursor* cursor) argument
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_thread.cc147 bool handled = true; local
154 IPC_MESSAGE_UNHANDLED(handled = false)
156 return handled;
/external/chromium_org/content/public/test/
H A Dmock_render_thread.cc240 bool handled = true; local
245 IPC_MESSAGE_UNHANDLED(handled = false)
247 return handled;
/external/chromium_org/content/renderer/dom_storage/
H A Ddom_storage_dispatcher.cc304 bool handled = true; local
311 IPC_MESSAGE_UNHANDLED(handled = false)
313 return handled;
/external/chromium_org/content/renderer/media/android/
H A Drenderer_media_player_manager.cc32 bool handled = true; local
59 IPC_MESSAGE_UNHANDLED(handled = false)
61 return handled;
/external/chromium_org/content/renderer/media/
H A Dpeer_connection_tracker.cc233 bool handled = true; local
236 IPC_MESSAGE_UNHANDLED(handled = false)
238 return handled;
/external/chromium_org/extensions/browser/
H A Dextension_host.cc327 bool handled = true; local
335 IPC_MESSAGE_UNHANDLED(handled = false)
337 return handled;
/external/chromium_org/extensions/renderer/
H A Dextension_helper.cc143 bool handled = true; local
164 IPC_MESSAGE_UNHANDLED(handled = false)
166 return handled;
/external/chromium_org/remoting/host/
H A Ddesktop_session_agent.cc132 bool handled = true; local
147 IPC_MESSAGE_UNHANDLED(handled = false)
153 IPC_MESSAGE_UNHANDLED(handled = false)
157 CHECK(handled) << "Received unexpected IPC type: " << message.type();
158 return handled;
H A Ddesktop_session_proxy.cc179 bool handled = true; local
197 CHECK(handled) << "Received unexpected IPC type: " << message.type();
198 return handled;
H A Ddesktop_session_win.cc485 bool handled = true; local
491 IPC_MESSAGE_UNHANDLED(handled = false)
494 if (!handled) {
499 return handled;
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawGroup.cpp95 bool handled = false; local
100 handled |= drawable->doEvent(kind, state);
102 return handled;
/external/chromium_org/ui/base/ime/
H A Dinput_method_chromeos.cc83 // IME event has a priority to be handled, so that character composer
332 bool handled) {
341 if (event.type() == ET_KEY_PRESSED && handled)
350 ProcessInputMethodResult(event, handled);
357 if (event.type() == ET_KEY_PRESSED && !handled)
401 bool handled) {
406 if (handled && NeedInsertChar()) {
330 ProcessKeyEventPostIME( const ui::KeyEvent& event, bool handled) argument
400 ProcessInputMethodResult(const ui::KeyEvent& event, bool handled) argument
H A Dinput_method_win.cc67 BOOL handled = FALSE; local
71 event.hwnd, event.message, event.wParam, event.lParam, &handled);
75 event.hwnd, event.message, event.wParam, event.lParam, &handled);
79 event.hwnd, event.message, event.wParam, event.lParam, &handled);
83 event.hwnd, event.message, event.wParam, event.lParam, &handled);
87 event.message, event.wParam, event.lParam, &handled);
92 event.hwnd, event.message, event.wParam, event.lParam, &handled);
96 event.message, event.wParam, event.lParam, &handled);
104 return !!handled;
113 BOOL handled; local
224 OnChar(HWND window_handle, UINT message, WPARAM wparam, LPARAM lparam, BOOL* handled) argument
257 OnImeSetContext(HWND window_handle, UINT message, WPARAM wparam, LPARAM lparam, BOOL* handled) argument
270 OnImeStartComposition(HWND window_handle, UINT message, WPARAM wparam, LPARAM lparam, BOOL* handled) argument
287 OnImeComposition(HWND window_handle, UINT message, WPARAM wparam, LPARAM lparam, BOOL* handled) argument
320 OnImeEndComposition(HWND window_handle, UINT message, WPARAM wparam, LPARAM lparam, BOOL* handled) argument
338 OnImeNotify(UINT message, WPARAM wparam, LPARAM lparam, BOOL* handled) argument
369 OnImeRequest(UINT message, WPARAM wparam, LPARAM lparam, BOOL* handled) argument
[all...]
/external/lldb/source/Commands/
H A DCommandCompletions.cpp65 bool handled = false; local
77 handled = true;
87 return handled;
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp411 bool handled = false; local
417 handled = true;
422 if (!handled)
/external/skia/src/animator/
H A DSkDrawGroup.cpp95 bool handled = false; local
100 handled |= drawable->doEvent(kind, state);
102 return handled;
/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 Dtab_helper.cc301 bool handled = true; local
314 IPC_MESSAGE_UNHANDLED(handled = false)
316 return handled;
322 bool handled = true; local
326 IPC_MESSAGE_UNHANDLED(handled = false)
329 bool handled = false;
331 return handled;
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_host.cc349 bool handled = true; local
353 IPC_MESSAGE_UNHANDLED(handled = false)
355 return handled;

Completed in 710 milliseconds

<<111213141516