/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
fragment_middle_click.html | 3 <a href="#test">Click</a>
|
ctrl_click.html | 3 <a href="hello_world.html">Click</a>
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
input-file-hidden-open-dialog-on-click.html | 5 <title>Test that file dialog opens when click() is called </title> 8 Test manually that when you click on "Click me" button, an file open dialog appears. 10 <button onclick="document.getElementById('fileinput').click();">Click me</button>
|
target-test.html | 1 <a href="targeted.html" target="test">Click this link.</a>
|
back-forward-during-alert-1.html | 2 View this page, then click <a href="back-forward-during-alert-2.html">here.</a>
|
open-close-tokenizer-crash.html | 3 <input type="button" value="Click Here" onclick="window.open('resources/open-close-tokenizer-crash.html', 'foo');"> 4 Click the button above. Another browser window should open and then immediately close without crashing.
|
/external/chromium_org/content/test/data/accessibility/ |
a-onclick.html | 5 <a id="add-click-handler-to-me">link with no href and click handler added via script</a> 7 document.getElementById('add-click-handler-to-me'). 8 addEventListener('click', function() { alert('2'); }, false);
|
a-onclick-expected-android.txt | 3 android.view.View clickable name='link with no href and click handler added via script'
|
/external/chromium_org/tools/telemetry/unittest_data/ |
page_with_link.html | 6 <a id="clickme" href="blank.html">Click me</a>
|
page_with_clickables.html | 6 <div id="test">Click/tap me</div> 11 el.addEventListener('click', function() {
|
/external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/ |
example.js | 33 'click', function() { changeFormat('YV12'); }); 35 'click', function() { changeFormat('I420'); }); 37 'click', function() { changeFormat('BGRA'); }); 39 'click', function() { changeFormat('DEFAULT'); }); 42 'click', function() { changeSize(72, 72); }); 44 'click', function() { changeSize(640, 360); }); 46 'click', function() { changeSize(1280, 720); }); 48 'click', function() { changeSize(0, 0); });
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/popup/ |
select_event_remove_on_click.html | 12 document.getElementById('message').innerText += "click"; 17 document.getElementById('s').addEventListener('click', handler);
|
/development/ide/eclipse/ |
README.importing-to-eclipse.txt | 4 formatter, then click on import and choose 8 then click on import and choose development/ide/eclipse/android.importorder 13 Paths and Symbols, then click on "Includes" and then click on "Import Settings". 15 You will need to re-index for the changes to get picked up (right click project 19 Paths and Symbols, then click on "Symbols" and then click on "Import Settings". 21 You will need to re-index for the changes to get picked up (right click project 26 Paths and Symbols, then click on "Include Files" and click on "Add". Chec [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
demo_user_login.js | 12 * @param {Event} e The click event that triggered this function. 15 document.removeEventListener('click', onClick); 22 * Initializes the click handler. 26 document.addEventListener('click', onClick); 37 // We're already logging in - don't login on click. 38 document.removeEventListener('click', onClick); 40 // Hide the "Click to start" and show the spinner.
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
debugger-step-on-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.<br> 26 TEST 3: Click 'Step into'. Debugger should step into 'condition' function.<br> 28 step over to the beggingin of the while loop again. Click 'Step into'. Debugger should step into
|
debugger-step-on-for-statements.html | 5 /* place breakpoint on next line and click continue */ debugger; 14 Click the button and when the debugger breaks, set a breakpoint on the first line in the loop 15 (as indicated by the comment), and click continue.<br> 21 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br> 22 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.<br> 23 TEST 3: Click 'Step into'. Debugger should step into 'initialize' function. Click 'Step into' until 26 the for loop again. Click 'Step into'. Debugger should step into the 'increment' function. 27 Click 'Step into' until outside of the 'increment' function - debugger should enter the 'condition'
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/ |
popup.js | 6 function click(e) { function 15 divs[i].addEventListener('click', click);
|
/external/chromium_org/third_party/WebKit/ManualTests/resources/ |
before-go-back.html | 4 Click this link</a> 8 Just click on the link : if the webkit doesn't crash, the test has succeed. 13 When you click on the above link, one page is loaded and tries to go back.
|
/external/chromium_org/third_party/skia/experimental/DrawingBoard/ |
SkColorPalette.h | 20 virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y); 21 virtual bool onClick(SkView::Click* click);
|
/external/skia/experimental/DrawingBoard/ |
SkColorPalette.h | 20 virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y); 21 virtual bool onClick(SkView::Click* click);
|
/external/chromium_org/third_party/skia/src/views/ |
SkView.cpp | 313 SkView::Click::Click(SkView* target) 322 SkView::Click::~Click() 327 void SkView::Click::resetType() 337 bool SkView::Click::isType(const char type[]) const 351 void SkView::Click::setType(const char type[]) 357 void SkView::Click::copyType(const char type[]) 372 SkView::Click* SkView::findClickHandler(SkScalar x, SkScalar y, unsigned modi) { 388 Click* click = child->findClickHandler(p.fX, p.fY, modi) local [all...] |
/external/skia/src/views/ |
SkView.cpp | 313 SkView::Click::Click(SkView* target) 322 SkView::Click::~Click() 327 void SkView::Click::resetType() 337 bool SkView::Click::isType(const char type[]) const 351 void SkView::Click::setType(const char type[]) 357 void SkView::Click::copyType(const char type[]) 372 SkView::Click* SkView::findClickHandler(SkScalar x, SkScalar y, unsigned modi) { 388 Click* click = child->findClickHandler(p.fX, p.fY, modi) local [all...] |
/development/docs/ |
SDK_RELEASE_NOTES | 6 <a href="docs/sdk/RELEASENOTES.html">click here if you are not redirected</a>
|
/frameworks/base/docs/ |
docs-documentation-redirect.html | 6 <a href="documentation.html">click here if you are not redirected</a>
|
docs-redirect-index.html | 6 <a href="framework/index.html">click here if you are not redirected</a>
|