/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XInput.h | 477 int click; member in struct:__anon42737 581 int click; member in struct:__anon42745 [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/ |
progress_center_panel.js | 60 element.addEventListener('click', this.onClick_.bind(this)); 289 * Handles the click event. 290 * @param {Event} event Click event.
|
preview_panel.js | 446 // Register the click handler. 448 box.addEventListener('click', clickHandler);
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
vs-addin.rst | 64 start, and debug your code with one click or key-press. When you press F5, the 173 under ``User Accounts``.) Click on the link and use the buttons in the window 211 Right click on the file ``install.bat`` and run it as administrator. 237 search for "Command Prompt," right click on the program and run it as 337 #. On the row corresponding to your project, click the Platform column dropdown
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
MouseEvent.cpp | 272 if (event()->type() != EventTypeNames::click || event()->detail() != 2) 275 // Special case: If it's a double click event, we also send the dblclick event. This is not part
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
ImageDocument.cpp | 208 m_imageElement->addEventListener("click", listener.release(), false); 378 else if (event->type() == EventTypeNames::click && event->isMouseEvent()) {
|
HTMLElement.cpp | 219 attributeNameToEventNameMap.set(onclickAttr.localName(), EventTypeNames::click); 517 // i.e. checks if click or keyboard event handler is specified. 519 // which web designer meant for being active (made them respond to click events). 523 return hasEventListeners(EventTypeNames::click) 591 void HTMLElement::click() function in class:WebCore::HTMLElement [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
android_3p-bundle.js | [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_table.js | 797 input.addEventListener('click', function(event) { 829 input.addEventListener('click', function(event) { 904 'click', 910 // if this is a multiple click or Shift is pressed. 927 input.addEventListener('click', function(e) { 940 // control from generating TAP event here. The synthetic click event will
|
/external/chromium_org/remoting/webapp/ |
client_session.js | 141 'click', this.callSetScreenMode_, false); 145 'click', this.callSetScreenMode_, false); 147 'click', this.callToggleFullScreen_, false); 480 'click', this.callSetScreenMode_, false); 482 'click', this.callSetScreenMode_, false); 484 'click', this.callToggleFullScreen_, false); 635 * @param {Event} event The click event indicating which mode was selected. [all...] |
remoting.js | 31 button.removeEventListener('click', consentGranted, false); 35 button.addEventListener('click', consentGranted, false);
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
wallpaper_manager.js | 224 $('window-close-button').addEventListener('click', function() { 232 $('close-error').addEventListener('click', function() { 235 $('close-wallpaper-selection').addEventListener('click', function() { 259 $('surprise-me').addEventListener('click', 688 closeButton.click(); [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_editor.js | 194 // First undo click should dismiss the uncommitted modifications. 375 * One-click editor tool, requires no interaction, just executes the command. 379 * @param {Command} command The command to execute on click. 959 button.addEventListener('click', handler, false); 1159 close.addEventListener('click', this.hide.bind(this));
|
/build/tools/droiddoc/templates-sdk/ |
sdkpage.cs | 223 $("#Installing").click(); 421 $('#download-bundle-button').click(function() {return onDownload(this,true,true);}).attr('href', bundlename); 426 $('#download-tools-button').click(function() {return onDownload(this,true);}).attr('href', $toolslink.attr('href'));
|
/external/chromium/chrome/browser/resources/ntp/ |
apps.js | 175 * @param {MouseEvent} opt_mouseEvent Mouse event from the click that 182 // Launch came from a click - add details of the click
|
/external/chromium_org/chrome/browser/resources/task_manager/ |
main.js | 168 $('close-window').addEventListener('click', this.close.bind(this)); 171 $('kill-process').addEventListener('click', 173 $('about-memory-link').addEventListener('click', commands.openAboutMemory);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
proxy_form_controller_test.js | 57 this.clickEvent_.initMouseEvent('click', true, true, window, 128 // the inactive click behavior.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
proxy_form_controller_test.js | 54 this.clickEvent_.initMouseEvent('click', true, true, window, 123 // the inactive click behavior.
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/ |
api.js | 397 * Simulate a click on an element. 402 cvox.Api.click = function(targetElement, shiftKey) {
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
TextFieldInputType.cpp | 86 if (event->type() != EventTypeNames::click)
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
TextControlInnerElements.cpp | 348 if (event->type() == EventTypeNames::click && m_listenerId) {
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiDevice.java | 399 * Perform a click at arbitrary coordinates specified by the user 403 * @return true if the click succeeded else false 406 public boolean click(int x, int y) { method in class:UiDevice
|
/external/chromium/chrome/browser/resources/ |
network_menu.js | 284 button.addEventListener('click', this.handleConnect_.bind(this));
|
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.js | 355 // Add click handler to the dot to change the page. 357 // don't rely on synthesized click events, and the change takes effect 358 // before releasing). However, click events seems to be synthesized for a 366 newDot.addEventListener('click', switchPage);
|