/external/chromium_org/third_party/WebKit/ManualTests/ |
mouseevents-on-textnodes.html | 22 Click where indicated below. 34 <p>1. click on this text - you should see an alert that says "[object P]"</p> 36 <div style="border: 1px dotted red; width: 500px; ">2. click on white space next to this text --> <br>you should see an alert that says "[object DIV]" --> </div><br> 38 3. click on this text - you should see an alert that says "[object BODY]"<br><br> 40 4. click on empty whitespace on this page, below this text - you should see an alert that says "[object HTML]"
|
goBack-blank-tab-page.html | 9 You need to open the above link in a new tab. In the opened page, just click on the link : if the webkit doesn't crash, the test has succeed. 17 When you click on the above link, one page (with _blank target) is loaded and this page will open a link and go back.
|
load-deferrer-script-element.html | 38 Click the button, wait 5 seconds and close it. 40 <input id="button" type="button" value="click me" onclick="runModal()"/>
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleDraw.cpp | 323 virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y) { 328 Click* c = new Click(this); 339 virtual bool onClick(Click* click) { 340 if (Click::kUp_State == click->fState) { 341 if (click->isType("maker")) { 342 if (SkPoint::Distance(click->fOrig, click->fCurr) > SkIntToScalar(3)) [all...] |
/external/skia/samplecode/ |
SampleDraw.cpp | 323 virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y) { 328 Click* c = new Click(this); 339 virtual bool onClick(Click* click) { 340 if (Click::kUp_State == click->fState) { 341 if (click->isType("maker")) { 342 if (SkPoint::Distance(click->fOrig, click->fCurr) > SkIntToScalar(3)) [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/ |
FocusableInTouchModeClickTest.java | 46 assertTrue("click should give focusable in touch mode focus", 48 assertFalse("getting focus should result in no on click", 52 assertTrue("subsequent click while focused should fire on click", 59 assertFalse("button shouldn't have fired click", getActivity().isB2Fired());
|
/frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/ |
ActionBarTest.java | 22 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.click; 54 .perform(click()); 57 .perform(click()); 66 .perform(click()); 69 .perform(click()); 79 .perform(click()); 85 .perform(click()); method 94 .perform(click()); 100 .perform(click()); method
|
/external/chromium_org/chrome/renderer/autofill/ |
page_click_tracker_browsertest.cc | 111 // Click the text field once. 118 // Click the text field again to test that was_focused_ is set correctly. 125 // Click the button, no notification should happen (this is not a text-input). 133 // Click the textarea field once. 140 // Click the textarea field again to test that was_focused_ is set correctly. 147 // Click the button, no notification should happen (this is not a text-input). 159 // Click a button and ensure that the lost focus notification was sent, 165 // Click a text field and test that no lost focus notifications are sent. 176 // Click the button, a notification should happen since a text field has 182 // Click on a text field while the button has focus and ensure no lost focu [all...] |
/external/chromium_org/third_party/skia/experimental/DrawingBoard/ |
SkColorPalette.cpp | 75 SkView::Click* SkColorPalette::onFindClickHandler(SkScalar x, SkScalar y) { 76 return new Click(this); 79 bool SkColorPalette::onClick(SkView::Click* click) { 80 SkPoint curr = click->fCurr; 81 //SkDebugf("click %f %f \n", curr.fX, curr.fY); 84 switch (click->fState) { 85 case SkView::Click::kDown_State: 86 case SkView::Click::kMoved_State: 87 case SkView::Click::kUp_State [all...] |
/external/skia/experimental/DrawingBoard/ |
SkColorPalette.cpp | 75 SkView::Click* SkColorPalette::onFindClickHandler(SkScalar x, SkScalar y) { 76 return new Click(this); 79 bool SkColorPalette::onClick(SkView::Click* click) { 80 SkPoint curr = click->fCurr; 81 //SkDebugf("click %f %f \n", curr.fX, curr.fY); 84 switch (click->fState) { 85 case SkView::Click::kDown_State: 86 case SkView::Click::kMoved_State: 87 case SkView::Click::kUp_State [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/blackberry/ |
notification.html | 19 log.innerText = "Did you notice the notification ? There are 3 ways the notification will go away:\n 1. It automically goes away in 30 seconds;\n 2. you can click the close button on the notification to close it;\n 3. Click above link 'Click to cancel the notification.\n\n Please verify all work; Whenever the icon is clicked, cancelled, closed, etc. there will be corresponding log is this area, please notice if they show up."; 43 <a style="margin-left: 20px;" id="allowNotificationLink" onclick="setAllowNotification(); return false;" href="#">Click to set allow notifications first</a> <br> 45 <a style="margin-left: 20px;" onclick="setNotification(); return false;" href="#">Click to set notification</a> <br> 46 <a style="margin-left: 20px;" onclick="n.cancel(); return false;" href="#">Click to cancel the notification</a> <br>
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
bp-in-named-eval-after-reload.html | 17 <li><p>click this button: <input id=button type=button value="click me"> 23 <li><p>in the breakpoints sidebar panel, click on the two breakpoints listed 26 <li><p>click the "click me" button above, again 57 button.addEventListener("click", clickHandler, false);
|
debugger-execution-while-paused.html | 13 <p>To test, open the Inspector and start a debugging session. Set a break point inside the stepOne() function. Now click the Step One button in the page. The breakpoint should be hit. While paused at the breakpoint click on the Step Two button. You should not see an alert dialog.</p>
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
slow.js | 15 $('slow-disable').addEventListener('click', function(event) { 18 $('slow-enable').addEventListener('click', function(event) {
|
/external/chromium_org/chrome/browser/resources/extensions/ |
pack_extension_overlay.js | 26 $('pack-extension-dismiss').addEventListener('click', 28 $('pack-extension-commit').addEventListener('click', 30 $('browse-extension-dir').addEventListener('click', 32 $('browse-private-key').addEventListener('click', 37 * Handles a click on the dismiss button. 38 * @param {Event} e The click event. 45 * Handles a click on the pack button. 46 * @param {Event} e The click event.
|
/external/chromium_org/chrome/browser/resources/ssl/ |
roadblock.js | 8 $('proceed-button').addEventListener('click', function() { 24 $('exit-button').addEventListener('click', function() {
|
/external/chromium_org/chrome/browser/ui/cocoa/profiles/ |
profile_signin_confirmation_view_controller_browsertest.mm | 91 // Click should invoke and clear delegate and close the dialog. 97 // Another click should have no effect. 109 // Click should invoke and clear delegate and close the dialog. 115 // Another click should have no effect. 127 // Click should invoke and clear delegate and close the dialog. 133 // Another click should have no effect. 145 // Click should invoke and clear delegate and close the dialog. 151 // Another click should close the dialog but not invoke the delegate.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/desktopCapture/ |
app.js | 31 document.querySelector('#start').addEventListener('click', function(e) { 36 document.querySelector('#cancel').addEventListener('click', function(e) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/background-simple/ |
index.js | 25 'click', openBackgroundWindow); 27 'click', closeBackgroundWindow);
|
/external/chromium_org/components/autofill/content/renderer/ |
page_click_listener.h | 20 // |was_focused| is true if |element| had focus BEFORE the click. 21 // |is_focused| is true if |element| has focus AFTER the click was processed.
|
/external/chromium_org/content/test/data/android/device_files/content_detection/ |
click_listeners.html | 9 <!-- Click listeners --> 22 blah.addEventListener('click', function() { window.location.href = "empty.html"; });
|
/external/chromium_org/third_party/WebKit/ManualTests/chromium/ |
onchange-reload-popup.html | 33 <li>Click the select</li> 35 <li>Click on the document but not the select itself.</li>
|
/external/chromium_org/third_party/WebKit/ManualTests/win/ |
select-menu-off-screen.html | 5 <li>Click on left menu and make sure whole menu (all of the entries should be completely visible) appears on screen against the left edge of the screen.</li> 6 <li>Click on right menuand make sure whole menu (all of the entries should be completely visible) appears on screen against the right edge of the screen.</li>
|
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/ |
PrecisionDescriber.java | 20 * Interface to implement size of click area. 27 * @return a float[] with x and y values of size of click area.
|
/packages/apps/Settings/src/com/android/settings/ |
WarnedListPreference.java | 30 // Ignore this until an explicit call to click() 33 public void click() { method in class:WarnedListPreference
|