OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handled
(Results
51 - 75
of
6037
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/browser/
mime_registry_message_filter.cc
27
bool
handled
= true;
local
35
IPC_MESSAGE_UNHANDLED(
handled
= false)
37
return
handled
;
profiler_message_filter.cc
28
bool
handled
= true;
local
35
IPC_MESSAGE_UNHANDLED(
handled
= false)
37
return
handled
;
/external/chromium_org/content/browser/renderer_host/
file_utilities_message_filter.cc
29
bool
handled
= true;
local
32
IPC_MESSAGE_UNHANDLED(
handled
= false)
34
return
handled
;
gamepad_browser_message_filter.cc
25
bool
handled
= true;
local
31
IPC_MESSAGE_UNHANDLED(
handled
= false)
33
return
handled
;
/external/chromium_org/content/browser/renderer_host/media/
midi_dispatcher_host.cc
27
bool
handled
= true;
local
31
IPC_MESSAGE_UNHANDLED(
handled
= false)
33
return
handled
;
peer_connection_tracker_host.cc
16
bool
handled
= true;
local
26
IPC_MESSAGE_UNHANDLED(
handled
= false)
28
return
handled
;
/external/chromium_org/content/child/
db_message_filter.cc
19
bool
handled
= true;
local
28
IPC_MESSAGE_UNHANDLED(
handled
= false)
30
return
handled
;
/external/chromium_org/content/renderer/device_orientation/
device_motion_event_pump.cc
32
bool
handled
= true;
local
35
IPC_MESSAGE_UNHANDLED(
handled
= false)
37
return
handled
;
/external/chromium_org/content/renderer/
renderer_webcolorchooser_impl.cc
30
bool
handled
= true;
local
36
IPC_MESSAGE_UNHANDLED(
handled
= false)
38
return
handled
;
web_ui_extension_data.cc
29
bool
handled
= true;
local
32
IPC_MESSAGE_UNHANDLED(
handled
= false)
34
return
handled
;
/external/chromium_org/ppapi/proxy/
plugin_message_filter.cc
30
bool
handled
= true;
local
33
IPC_MESSAGE_UNHANDLED(
handled
= false)
35
return
handled
;
ppp_graphics_3d_proxy.cc
66
bool
handled
= true;
70
IPC_MESSAGE_UNHANDLED(
handled
= false)
72
return
handled
;
ppp_instance_private_proxy.cc
71
bool
handled
= true;
75
IPC_MESSAGE_UNHANDLED(
handled
= false)
77
return
handled
;
ppp_mouse_lock_proxy.cc
72
bool
handled
= true;
76
IPC_MESSAGE_UNHANDLED(
handled
= false)
78
return
handled
;
ppp_text_input_proxy.cc
63
bool
handled
= true;
67
IPC_MESSAGE_UNHANDLED(
handled
= false)
69
return
handled
;
/external/chromium_org/ui/views/corewm/
input_method_event_filter.cc
43
// The |event| is already
handled
by this object, change the type of the
52
bool
handled
= false;
local
54
handled
= input_method_->DispatchKeyEvent(event->native_event());
56
handled
= input_method_->DispatchFabricatedKeyEvent(*event);
57
if (
handled
)
/external/icu4c/common/
dictbe.h
35
* The set of characters
handled
by this engine
42
* The set of break types
handled
by this engine
57
* <p>Constructor setting the break types
handled
.</p>
59
* @param breakTypes A bitmap of types
handled
by the engine.
103
* <p>Set the character set
handled
by this engine.</p>
105
* @param set A UnicodeSet of the set of characters
handled
by the engine
110
* <p>Set the break types
handled
by this engine.</p>
112
* @param breakTypes A bitmap of types
handled
by the engine.
117
* <p>Divide up a range of known dictionary characters
handled
by this break engine.</p>
146
* The set of characters
handled
by this engin
[
all
...]
/external/chromium_org/ui/views/widget/
tooltip_manager_win.h
41
// BOOL&
handled
) {
43
//
handled
= FALSE;
48
// bool
handled
;
49
// LRESULT result = tooltip_manager_->OnNotify(w_param, l_param, &
handled
);
50
// SetMsgHandled(
handled
);
84
LRESULT OnNotify(int w_param, NMHDR* l_param, bool*
handled
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java
108
boolean
handled
= false;
110
handled
= mExpandHelper.onTouchEvent(ev);
112
if (!
handled
) {
113
handled
= super.onTouchEvent(ev);
116
if (!
handled
&& (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL)) {
119
return
handled
;
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadItem.java
95
boolean
handled
= false;
100
handled
= true;
112
handled
= true;
118
if (
handled
) {
121
handled
= super.onTouchEvent(event);
124
return
handled
;
/external/chromium/chrome/browser/
desktop_notification_handler.cc
26
bool
handled
= true;
local
33
IPC_MESSAGE_UNHANDLED(
handled
= false)
36
return
handled
;
spellcheck_message_filter_browsertest.cc
52
bool
handled
= false;
local
53
target->OnMessageReceived(to_be_received, &
handled
);
54
EXPECT_TRUE(
handled
);
/external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.cc
49
bool
handled
= true;
local
52
IPC_MESSAGE_UNHANDLED(
handled
= false)
54
return
handled
;
/external/chromium/chrome/browser/ui/download/
download_tab_helper.cc
64
bool
handled
= true;
local
67
IPC_MESSAGE_UNHANDLED(
handled
= false)
70
return
handled
;
/external/chromium_org/chrome/browser/
image_decoder.cc
35
bool
handled
= true;
local
41
IPC_MESSAGE_UNHANDLED(
handled
= false)
43
return
handled
;
Completed in 474 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>