Searched
full:click (Results
376 -
400 of
1559) sorted by null
<<11121314151617181920>>
/external/skia/android_sample/SampleApp/jni/ |
sample-jni.cpp | 133 SkView::Click::State state; 136 state = SkView::Click::kDown_State; 140 state = SkView::Click::kUp_State; 143 state = SkView::Click::kMoved_State;
|
/external/skia/samplecode/ |
SampleArc.cpp | 171 virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y) { 177 virtual bool onClick(Click* click) { 178 return this->INHERITED::onClick(click);
|
/external/svox/pico/tests/data/ |
xsampa_pico_man_README.txt | 22 Android-powered device, and enter the file name that contains the test to run, and click "Run test".
|
/external/webkit/Source/WebCore/html/ |
HTMLButtonElement.idl | 45 void click();
|
/external/webkit/Source/WebCore/manual-tests/ |
animated-gif-bfcache-crash.html | 39 <p>Then click this button: <input type="button" value="Run test" onclick="step1()">
|
autofill-popup-width-and-item-direction.html | 15 then click "Submit". Open the file again, and type the first letter "a",
|
autoscroll.html | 24 Open another page in a different tab, middle click in the first iframe, scroll up, and select the other tab. The pan scrolling
|
bugzilla-14899.html | 17 Make sure you are using a debug build of the Web Kit framework. Click the Test button below.
|
clearTimeout-crash-bug29832.html | 20 <p>To reproduce the crash, click the link below, the popup window opens, which will immediately navigate to another one, so the b/f cache entry will be created. Close the popup window. Wait a few seconds (~10), for the page cache to start deleting pages it doesn't need - crash will happen.<br><a href="javascript:test()">Crash me!</a>
|
crash-on-accessing-domwindow-without-frame.html | 20 <ul><li>Click the link below, the popup window opens.</li><li>Close the popup window.</li><li>Wait about 10 seconds (~10, page cache should start deleting pages) and observe the crash.</li></ul>
|
debugger-caught-uncaught-exceptions.html | 30 <p>To test this bug, open the inspector, open the scripts panel, and click the button to pause on all exceptions, press
|
keyboard_select_elements_with_same_beginning.html | 12 Click the drop-down to show selections (not navigate to the selection box).
|
link-cursor-auto.html | 7 <p><b>BUG ID:</b> <a href="rdar://problem/5551163">5551163</a> REGRESSION: Cursor does not change to arrow on "X" button in google maps, making it hard to click</p>
|
plugin-controller-datasource.html | 10 Click the small orange square below.
|
property-map-save-crash.html | 40 <li><a href="resources/go-back.html">Click here to do a back/forward navigation.</a></li>
|
select-narrow-width.html | 11 widths properly, and while a click on the control would display the popup,
|
select-option-in-onload.html | 20 <p>Problem: In old versions of WebKit the change was not visible until you click on the popup.</p>
|
selection-start-after-inserting-line-break-in-textarea.html | 4 <p>This tests selectionStart is updated properly when inserting LF into textarea. To test, press Enter several times inside textarea and click the log button. This bug does not reproduce when new lines are added by execCommand or eventSender.</p>
|
textarea-focus.html | 14 Click in the red text area below.
|
textarea-reset-default-value.html | 17 <li>Now click the reset button for the form.
|
transition-delay.html | 46 <p>Click to animate</p>
|
transition-left.html | 24 document.getElementById("target").addEventListener("click", function(evt) {
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
display-sql-transaction-error.html | 15 <li>Click on the <code>InspectorTest</code> database</li>
|
/external/webkit/Source/WebCore/manual-tests/wml/ |
variable-substitution.wml | 6 <p>Click "Refersh" to refresh the card, and the varaible references in the card will be substitued</p>
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/ |
queue.js | 42 'click', function() { self.addCurrentTest(); }); 45 'click', function() { self._removeSelection(); }); 47 'click', function() { self.rebaseline(); }); 49 'click', function() { toggle('queue'); });
|
Completed in 378 milliseconds
<<11121314151617181920>>