OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handled
(Results
226 - 250
of
418
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/remoting/host/
daemon_process.cc
101
bool
handled
= true;
local
123
IPC_MESSAGE_UNHANDLED(
handled
= false)
126
if (!
handled
) {
131
return
handled
;
/external/chromium_org/ui/app_list/views/
search_box_view.cc
183
bool
handled
= false;
local
185
handled
= contents_view_->OnKeyPressed(key_event);
187
return
handled
;
/external/chromium_org/ui/base/ime/
input_method_win.cc
47
BOOL
handled
;
local
49
native_key_event.wParam, native_key_event.lParam, &
handled
);
50
return !!
handled
; // Don't send WM_CHAR for post event processing.
108
BOOL*
handled
) {
109
*
handled
= FALSE;
120
*
handled
= TRUE;
123
*
handled
= TRUE;
126
*
handled
= TRUE;
137
BOOL*
handled
) {
138
*
handled
= TRUE
[
all
...]
/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
) {
/frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp
119
bool
handled
= false;
local
120
status = mPublisher->receiveFinishedSignal(&finishedSeq, &
handled
);
125
ASSERT_TRUE(
handled
)
126
<< "publisher receiveFinishedSignal should have set
handled
to consumer's reply";
234
bool
handled
= true;
local
235
status = mPublisher->receiveFinishedSignal(&finishedSeq, &
handled
);
240
ASSERT_FALSE(
handled
)
241
<< "publisher receiveFinishedSignal should have set
handled
to consumer's reply";
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.c
194
int32_t
handled
= 0;
local
195
if (app->onInputEvent != NULL)
handled
= app->onInputEvent(app, event);
196
AInputQueue_finishEvent(app->inputQueue, event,
handled
);
/external/chromium/chrome/browser/automation/
automation_resource_message_filter.cc
176
bool
handled
= true;
local
186
IPC_MESSAGE_UNHANDLED(
handled
= false)
189
return
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/chrome/browser/service/
service_process_control.cc
189
bool
handled
= true;
local
195
IPC_MESSAGE_UNHANDLED(
handled
= false)
197
return
handled
;
/external/chromium_org/android_webview/browser/
aw_content_browser_client.cc
84
bool
handled
= true;
local
88
IPC_MESSAGE_UNHANDLED(
handled
= false)
90
return
handled
;
/external/chromium_org/android_webview/renderer/
aw_render_view_ext.cc
164
bool
handled
= true;
local
174
IPC_MESSAGE_UNHANDLED(
handled
= false)
176
return
handled
;
/external/chromium_org/chrome/browser/content_settings/
tab_specific_content_settings.cc
198
<< "Geolocation settings
handled
by ContentSettingGeolocationImageModel";
200
<< "Notifications settings
handled
by "
250
<< "Geolocation settings
handled
by OnGeolocationPermissionSet";
293
<< "Geolocation settings
handled
by OnGeolocationPermissionSet";
619
bool
handled
= true;
local
622
IPC_MESSAGE_UNHANDLED(
handled
= false)
624
return
handled
;
/external/chromium_org/chrome/browser/extensions/
extension_host.cc
327
bool
handled
= true;
local
337
IPC_MESSAGE_UNHANDLED(
handled
= false)
339
return
handled
;
sandboxed_unpacker.cc
318
bool
handled
= true;
local
324
IPC_MESSAGE_UNHANDLED(
handled
= false)
326
return
handled
;
tab_helper.cc
265
bool
handled
= true;
local
280
IPC_MESSAGE_UNHANDLED(
handled
= false)
282
return
handled
;
/external/chromium_org/chrome/browser/local_discovery/
service_discovery_host_client.cc
348
bool
handled
= true;
local
357
IPC_MESSAGE_UNHANDLED(
handled
= false)
359
return
handled
;
/external/chromium_org/chrome/browser/printing/
print_view_manager_base.cc
219
bool
handled
= true;
local
227
IPC_MESSAGE_UNHANDLED(
handled
= false)
229
return
handled
;
printing_message_filter.cc
120
bool
handled
= true;
local
140
IPC_MESSAGE_UNHANDLED(
handled
= false)
142
return
handled
;
/external/chromium_org/chrome/browser/renderer_host/
chrome_render_message_filter.cc
103
bool
handled
= true;
local
157
IPC_MESSAGE_UNHANDLED(
handled
= false)
160
return
handled
;
/external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.cc
282
bool
handled
= true;
local
286
IPC_MESSAGE_UNHANDLED(
handled
= false)
288
return
handled
;
/external/chromium_org/chrome/browser/service_process/
service_process_control.cc
187
bool
handled
= true;
local
192
IPC_MESSAGE_UNHANDLED(
handled
= false)
194
return
handled
;
/external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc
316
bool
handled
= true;
local
329
IPC_MESSAGE_UNHANDLED(
handled
= false)
331
return
handled
;
/external/chromium_org/chrome/renderer/extensions/
extension_helper.cc
155
bool
handled
= true;
local
175
IPC_MESSAGE_UNHANDLED(
handled
= false)
177
return
handled
;
/external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier_delegate_browsertest.cc
86
bool
handled
= true;
variable
90
IPC_MESSAGE_UNHANDLED(
handled
= false);
92
return
handled
;
/external/chromium_org/chrome/renderer/searchbox/
searchbox.cc
285
bool
handled
= true;
local
308
IPC_MESSAGE_UNHANDLED(
handled
= false)
310
return
handled
;
Completed in 1970 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>