Searched refs:handled (Results 26 - 50 of 539) sorted by path

1234567891011>>

/external/chromium_org/athena/home/
H A Dhome_card_gesture_manager_unittest.cc73 return event.handled();
/external/chromium_org/athena/system/
H A Dnetwork_selector.cc435 if (mouse->type() == ui::ET_MOUSE_PRESSED && !mouse->handled()) {
443 if (gesture->type() == ui::ET_GESTURE_TAP && !gesture->handled()) {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
H A DAccessibilityTabModelListItem.java356 boolean handled = mSwipeGestureDetector.onTouchEvent(e);
357 if (handled) return true;
/external/chromium_org/chrome/browser/android/
H A Dchrome_web_contents_delegate_android.cc322 bool handled = false; local
324 handled = Java_ChromeWebContentsDelegateAndroid_addNewContents(
335 *was_blocked = !handled;
336 if (!handled)
H A Dmeta_tag_observer.cc35 bool handled = true; local
39 IPC_MESSAGE_UNHANDLED(handled = false)
41 return handled;
H A Dshortcut_helper.cc412 bool handled = true; local
417 IPC_MESSAGE_UNHANDLED(handled = false)
420 return handled;
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dapp_shim_host_mac.cc45 bool handled = true; local
51 IPC_MESSAGE_UNHANDLED(handled = false)
54 return handled;
H A Dapp_shim_host_mac_unittest.cc38 bool handled = OnMessageReceived(*message); local
40 return handled;
/external/chromium_org/chrome/browser/
H A Dchrome_net_benchmarking_message_filter.cc48 bool handled = true; local
57 IPC_MESSAGE_UNHANDLED(handled = false)
59 return handled;
H A Dchrome_select_file_dialog_factory_win.cc103 bool handled = true; local
109 IPC_MESSAGE_UNHANDLED(handled = false)
111 return handled;
234 bool handled = true; local
240 IPC_MESSAGE_UNHANDLED(handled = false)
242 return handled;
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dzip_file_creator.cc55 bool handled = true; local
61 IPC_MESSAGE_UNHANDLED(handled = false)
63 return handled;
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_patcher_operation_out_of_process.cc62 bool handled = true; local
65 IPC_MESSAGE_UNHANDLED(handled = false)
67 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 Dactive_script_controller.cc315 bool handled = true; local
319 IPC_MESSAGE_UNHANDLED(handled = false)
321 return handled;
H A Dchrome_extension_web_contents_observer.cc40 bool handled = true; local
44 IPC_MESSAGE_UNHANDLED(handled = false)
46 return handled;
H A Dsandboxed_unpacker.cc323 bool handled = true; local
329 IPC_MESSAGE_UNHANDLED(handled = false)
331 return handled;
H A Dtab_helper.cc251 bool handled = true; local
264 IPC_MESSAGE_UNHANDLED(handled = false)
266 return handled;
271 bool handled = true; local
275 IPC_MESSAGE_UNHANDLED(handled = false)
277 return handled;
H A Dwebstore_install_helper.cc123 bool handled = true; local
133 IPC_MESSAGE_UNHANDLED(handled = false)
135 return handled;
H A Dzipfile_installer.cc117 bool handled = true; local
122 IPC_MESSAGE_UNHANDLED(handled = false)
124 return handled;
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dimage_writer_utility_client.cc114 bool handled = true; local
124 IPC_MESSAGE_UNHANDLED(handled = false)
126 return handled;
/external/chromium_org/chrome/browser/extensions/api/input_ime/
H A Dinput_ime_api.cc90 bool handled) {
93 callback->Run(handled);
434 bool handled) {
445 CallbackKeyEventHandle(key_data, handled);
89 CallbackKeyEventHandle(chromeos::input_method::KeyEventHandle* key_data, bool handled) argument
431 OnKeyEventHandled( const std::string& extension_id, const std::string& request_id, bool handled) argument
H A Dinput_ime_api.h52 // Called when a key event was handled.
55 bool handled);
/external/chromium_org/chrome/browser/extensions/api/management/
H A Dmanagement_api.cc383 bool handled = true; variable
389 IPC_MESSAGE_UNHANDLED(handled = false)
391 return handled;
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_credentials_getter_win.cc62 bool handled = true; local
65 IPC_MESSAGE_UNHANDLED(handled = false)
67 return handled;
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dash_panel_contents.cc226 bool handled = true; local
229 IPC_MESSAGE_UNHANDLED(handled = false)
231 return handled;

Completed in 596 milliseconds

1234567891011>>