HomeSort by relevance Sort by last modified time
    Searched full:click (Results 51 - 75 of 2674) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/
right-click-crash.html 2 document.onmousedown = function () { alert("Dismiss this and quickly right click again."); };
4 To try to reproduce the bug, right click and then dismiss the dialog by hitting Return.
submit-form-with-target-twice.html 13 <p>To test this, click the button below. A new window should open up and Safari should not assert.</p>
14 <button onclick="runTest()">Click Here</button>
accidental-strict-mode.html 4 <li> Click on PDF link below. Wait for PDF to fully load.
5 <li> Click "Back" button once.
6 <li> Click the link again.
7 <li> Click "Back" button once.
chrome-bidi-text.html 2 This tests drawing bidirectional text in Windows Safari chrome. Click the
custom-scrollbar-renderer-removed-crash.html 3 Reload page and mouse click quickly in the black box.
drag-move-in-search-field.html 1 <p>Double-click the word "dolor" to select it, then drag the selection to
drop-in-empty-doc.html 4 <p>Click <a href="javascript:window.open('resources/drop-in-empty-doc.xhtml')">here</a> to open a new window. Drag and drop a file over the new window. It should not crash.
go-back-after-alert.html 5 <a href="resources/alert-and-go-back.html">Click this link to run the test.</a>
onunload-form-submit-crash.html 3 <a href="" onClick="location.href=location.href; return false;">Click here and see if Safari crashes.</a>
subview-click-assertion.html 10 Open this test in a new Safari window. In the new window, click once on the text &ldquo;Click me&rdquo;. Do not click
26 doc.write("<p id='target'>Click me</p>");
  /external/chromium_org/third_party/WebKit/PerformanceTests/Bindings/
event-target-wrapper.html 4 <p><a href="#">Click here to start</a></p>
10 link.addEventListener('click', function(event) {
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/popup/
select_event.html 16 document.getElementById('message').innerText += "click";
28 document.getElementById('s').addEventListener('click', handler2);
  /external/chromium_org/tools/site_compare/drivers/win32/
mouse.py 73 button: which button to click
85 """Double-click a mouse button at the current mouse location.
88 button: which button to click
138 """Simulate a mouse click in a particular location, in screen coordinates.
142 button: which button to click
143 click_time: duration of the click
153 """Simulate a user mouse click in the center of a window.
156 hwnd: handle of the window to click in
157 offset: where to click, defaults to dead center
158 button: which button to click
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon_menu.h 27 // indicator icon's click action. |callback| is called when the menu item
38 // Callback for when the "click action replacement" menu item is activated.
49 // Whether a "click action replacement" menu item has been added to the menu.
52 // Called when the click action replacement menu item is activated. When a
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_icon_path/
manifest.json 7 "name": "Click to change the icon's color"
  /external/chromium_org/chrome/common/extensions/docs/examples/tutorials/getstarted/
manifest.json 4 "name": "One-click Kittens",
  /external/chromium_org/chrome/renderer/net/
net_error_page_controller.h 33 // Execute a "Load Stale" button click.
36 // Execute a "Reload" button click.
39 // Execute a "More" button click.
42 // Track a click when the page has suggestions from the navigation correction
  /external/chromium_org/content/test/data/download/
download-attribute.html 9 anchorElement.click();
  /external/chromium_org/third_party/WebKit/ManualTests/resources/
navigation-during-onload-container.html 9 Click the back button and see if the browser crashes.
  /external/chromium_org/tools/win/ChromeDebug/
README.txt 6 2) Double click the .vsix in the output directory.
  /external/droiddriver/src/com/google/android/droiddriver/actions/
UiElementActor.java 34 * Clicks this element. The click will be at the center of the visible
37 void click(UiElement uiElement); method in interface:UiElementActor
40 * Long-clicks this element. The click will be at the center of the visible
46 * Double-clicks this element. The click will be at the center of the visible
  /external/droiddriver/src/com/google/android/droiddriver/helpers/
PollingListeners.java 20 driver.find(watchFinder).click();
29 * {@code watchFinder}, then click {@code dismissFinder} to dismiss it.
39 * @param dismissFinder Identifies the UiElement to click on that will dismiss
48 driver.find(dismissFinder).click();
  /frameworks/base/docs/html/guide/samples/
index.html 8 href="http://developer.android.com/tools/samples/index.html">click here</a>.</p>
  /frameworks/base/docs/html/tools/help/
ddms.html 8 href="http://developer.android.com/tools/debugging/ddms.html">click here</a>.</p>
  /external/chromium_org/remoting/webapp/
menu_button.js 42 // for one click, they are added by a timer.
52 that.button_.removeEventListener('click', that.onClick_, false);
55 // Attach the click handler to the <html> node so that it includes
59 htmlNode.addEventListener('click', that.closeHandler_, true);
70 document.body.removeEventListener('click', that.closeHandler_, true);
73 that.button_.addEventListener('click', that.onClick_, false);
78 this.button_.addEventListener('click', this.onClick_, false);

Completed in 664 milliseconds

1 23 4 5 6 7 8 91011>>