HomeSort by relevance Sort by last modified time
    Searched full:handled (Results 276 - 300 of 6171) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ppapi/proxy/
ppb_buffer_proxy.cc 101 bool handled = true; local
104 IPC_MESSAGE_UNHANDLED(handled = false)
107 return handled;
ppb_flash_message_loop_proxy.cc 102 bool handled = true;
114 IPC_MESSAGE_UNHANDLED(handled = false)
116 return handled;
  /external/chromium_org/third_party/icu/source/i18n/
esctrn.h 27 * supplemental characters are handled as 32-bit code points or as two
71 * If true, supplementals are handled as 32-bit code points. If
72 * false, they are handled as two 16-bit code units.
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayEvents.cpp 42 bool handled = false; local
74 handled = true;
76 return handled;
  /external/chromium_org/ui/base/ime/
input_method_win.h 46 BOOL* handled);
52 BOOL* handled);
56 LRESULT OnDeadChar(UINT message, WPARAM wparam, LPARAM lparam, BOOL* handled);
  /external/chromium_org/ui/views/ime/
mock_input_method.cc 64 bool handled = (composition_changed_ || result_text_.length()) && local
68 if (handled) {
83 if (handled) {
  /external/icu4c/i18n/
esctrn.h 27 * supplemental characters are handled as 32-bit code points or as two
71 * If true, supplementals are handled as 32-bit code points. If
72 * false, they are handled as two 16-bit code units.
  /external/skia/src/animator/
SkDisplayEvents.cpp 42 bool handled = false; local
74 handled = true;
76 return handled;
  /frameworks/base/core/java/android/view/
InputQueue.java 104 private void finishInputEvent(int id, boolean handled) {
109 e.mCallback.onFinishedInputEvent(e.mToken, handled);
160 void onFinishedInputEvent(Object token, boolean handled);
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils_mac.cc 96 bool handled = true; local
100 IPC_MESSAGE_UNHANDLED(handled = false)
102 return handled;
236 bool handled = true; local
241 IPC_MESSAGE_UNHANDLED(handled = false)
243 return handled;
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils_mac.cc 103 bool handled = true; variable
107 IPC_MESSAGE_UNHANDLED(handled = false)
109 return handled;
247 bool handled = true; variable
252 IPC_MESSAGE_UNHANDLED(handled = false)
254 return handled;
  /external/chromium_org/tools/site_compare/drivers/win32/
keyboard.py 100 handled = False
105 handled = True
119 handled = False
129 handled = True
141 handled = True
145 if not handled:
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 107 // Returns true if the command was handled.
120 // true if the command was handled.
177 // handled by the delegate.
181 // Returns true if the event was handled by the delegate.
192 // true if the event was handled and no default processing should be
238 // handled by the delegate.
  /cts/suite/audio_quality/test/
AudioRecordPlayTestCommon.h 77 LOGV("Audio playback buffer size %d, handled %d", mBufferPlayback->getSize(),
80 LOGV("Audio recording buffer size %d, handled %d", mBufferRecording->getSize(),
  /external/bison/m4/
calloc.m4 17 # If 'calloc (0, 0)' is properly handled, run IF-WORKS, otherwise, IF-NOT.
56 # Report whether 'calloc (0, 0)' is properly handled, and replace calloc if
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 90 * Returns details of the last error handled.
100 * Clears last handled error.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 88 * Returns details of the last error handled.
98 * Clears last handled error.
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider_mac_unittest.cc 45 bool handled = provider->OnMessageReceived( local
50 EXPECT_TRUE(handled);
  /external/chromium_org/content/browser/renderer_host/java/
java_bridge_channel_host.cc 84 bool handled = true; local
88 return handled;
  /external/chromium_org/content/renderer/pepper/
pepper_device_enumeration_host_helper.h 66 // Returns true if the message has been handled.
79 bool* handled);
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_win.cc 65 bool handled = delegate_->OnEvent(&event); local
66 SetMsgHandled(handled);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
subsetter.cc 74 bool handled = (*table_subsetter)->Subset(this, font_, font_builder); local
75 if (handled) {
  /external/chromium_org/v8/test/mjsunit/
debug-event-listener.js 46 // Get events from handled exceptions.
49 // Test debug event for handled exception.
  /external/dropbear/debian/
README.runit 14 Make sure the dropbear service normally handled through the sysv init
37 runsvctrl(8) program for information on how to control services handled by
  /external/qemu/distrib/sdl-1.2.15/src/
SDL_fatal.c 61 /* Set a handler for any fatal signal not already handled */
96 /* Remove a handler for any fatal signal handled */

Completed in 2703 milliseconds

<<11121314151617181920>>