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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/
docs-redirect.html 6 <a href="docs/offline.html">click here if you are not redirected</a>
docs-samples-redirect.html 6 <a href="../../samples/">click here if you are not redirected</a>
  /external/chromium_org/chrome/common/extensions/docs/examples/api/i18n/getMessage/_locales/en_US/
messages.json 9 "message": "Left click to list acceptLanguages."
12 "message": "Click Me"
  /external/chromium_org/chrome/common/extensions/docs/examples/api/i18n/getMessage/_locales/es/
messages.json 9 "message": "Click con botón izquierdo para mostrar la lista de acceptLanguages."
12 "message": "Haz click aquí"
  /external/chromium_org/content/test/data/accessibility/
a-onclick-expected-win.txt 5 ROLE_SYSTEM_LINK name='link with no href and click handler added via script' state=FOCUSABLE,LINKED
6 ROLE_SYSTEM_TEXT name='link with no href and click handler added via script' state=READONLY,LINKED
  /external/chromium_org/third_party/WebKit/ManualTests/
context-click-unfocused-frame.html 11 Control-click (Mac) or right-click (Windows) below. The word
video-in-non-frontmost-tab.html 2 Command-Click <a href="resources/video-tab.html">this link</a> to open it in a non-frontmost tab.
4 If not, click on the tab and the video should then play.
context-click-generated-content.html 19 Do a control-click or a right-click in one of these two
drag-enter-alert.html 10 alert('Click OK button.');
25 <li>Click the OK button on the alert box</li>
load-deferrer-resume-crash.html 26 <input id="button" type="button" value="click me" onclick="runModal()"/>
30 <p>Click the above button to start loading an image and then open an alert() box. For the test to pass there should be no crash when closing the alert box.</p>
modal-dialog-arguments.html 14 This tests that modal dialog arguments get passed around correctly. Click the button below to test. The text "SUCCESS" will be shown below if the test was successful.
16 <button onclick="runTest()">Click Me!</button>
navigation-during-onload-triggered-by-back.html 8 <li>Click <a href="resources/navigation-during-onload-container.html">here</a>.</li>
9 <li>Click Back.</li>
  /external/chromium_org/chrome/browser/ui/cocoa/
clickhold_button_cell.h 12 // A button cell that implements "click hold" behavior after a specified delay
13 // or after dragging. If click-hold is never enabled (e.g., if
25 // Enable click-hold? Default: NO.
29 // will always have its click-hold action activated immediately on press).
36 // Activate (click-hold) immediately on a sufficiently-large drag (if not,
40 // Defines what to do when click-held (as per usual action/target).
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
debugger-step-on-do-while-statements.html 5 /* place breakpoint on next line and click continue */ debugger;
17 Click the button and when the debugger breaks, set a breakpoint on the first line in the loop
18 (as indicated by the comment), and click continue.<br>
24 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br>
25 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.
26 'Step over' until the debugger reaches the 'while' line. Click 'Step into' - the debugger should
debugger-step-on-for-in-statements.html 14 /* place breakpoint on next line and click continue */ debugger;
24 Click the button and when the debugger breaks, set a breakpoint on the first line in the loop
25 (as indicated by the comment), and click continue.<br>
31 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br>
32 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.<br>
33 TEST 3: Click 'Step into'. Debugger should step into 'getObject' function.<br>
returnEvent-crash.html 16 <p>To test, open and attach the Inspector's debugger, then click the button below. If you don't crash, you have passed the test.</p>
17 <button onclick="test()">click me</button>
  /external/chromium_org/remoting/webapp/
event_handlers.js 71 { event: 'click', id: 'access-mode-button', fn: goEnterAccessCode },
73 { event: 'click', id: 'cancel-access-code-button', fn: cancelAccessCode},
74 { event: 'click', id: 'cancel-share-button', fn: remoting.cancelShare },
75 { event: 'click', id: 'client-finished-it2me-button', fn: goHome },
76 { event: 'click', id: 'get-started-it2me',
78 { event: 'click', id: 'host-finished-button', fn: goHome },
79 { event: 'click', id: 'share-button', fn: remoting.tryShare }
83 { event: 'click', id: 'change-daemon-pin',
85 { event: 'click', id: 'client-finished-me2me-button', fn: goHome },
86 { event: 'click', id: 'client-reconnect-button', fn: reconnect }
    [all...]
  /external/chromium_org/ui/base/cocoa/
cocoa_base_utils_unittest.mm 17 // NSEvent that represents a middle click with modifiers.
32 // Left Click = same tab.
36 // Middle Click = new background tab.
40 // Shift+Middle Click = new foreground tab.
49 // Cmd+Left Click = new background tab.
54 // Cmd+Shift+Left Click = new foreground tab.
60 // Shift+Left Click = new window
  /external/chromium_org/third_party/WebKit/ManualTests/chromium/
popup-menu-crash.html 4 To run, click on the select below, then select "Click me!" on the dropdown menu. We pass if the HTMLSelectElement disappears and we don't crash.
20 <option>Click me!</option>
select-close-popup-value-change.html 7 <li>1. Click the select to open the popup list.</li>
9 <li>3. Click the select again to close the popup list, it should stay at the value from step 2.</li>
10 <li>4. Click anywhere else on the page to move the focus out of the select.</li>
  /external/chromium_org/ui/base/
window_open_disposition.h 20 // Translates event flags from a click on a link into the user's desired
21 // window disposition. For example, a middle click would mean to open
30 // For example, a middle click would mean to open a background tab.
  /external/chromium_org/third_party/skia/samplecode/
SamplePathClip.cpp 73 virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y, unsigned) SK_OVERRIDE {
74 return new Click(this);
77 virtual bool onClick(Click* click) {
78 fCenter.set(click->fCurr.fX, click->fCurr.fY);
  /external/skia/samplecode/
SamplePathClip.cpp 73 virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y, unsigned) SK_OVERRIDE {
74 return new Click(this);
77 virtual bool onClick(Click* click) {
78 fCenter.set(click->fCurr.fX, click->fCurr.fY);
  /external/chromium_org/chrome/browser/resources/feedback/js/
topbar_handlers.js 9 $('minimize-button').addEventListener('click', function(e) {
18 $('close-button').addEventListener('click', function() {
  /external/chromium_org/chrome/browser/resources/ssl/
blocking.js 21 $('reload-button').addEventListener('click', reloadPage);
22 $('more-less-button').addEventListener('click', toggleMoreBox);

Completed in 208 milliseconds

12 3 4 5 6 7 8 91011>>