/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
manifest.json | 4 "description": "Displays the status of the Chromium buildbot in the toolbar. Click to see more detailed status in a popup.",
|
/external/chromium_org/chrome/common/extensions/docs/static/js/ |
fatnav.js | 26 document.body.addEventListener('click', function(e) { 34 pillar.addEventListener('click', function(e) { 47 search.addEventListener('click', function(e) { 71 mobileNavCollasper.addEventListener('click', function(e) {
|
platform_chooser.js | 12 button.addEventListener('click', function(event) {
|
/external/chromium_org/content/test/data/session_history/ |
form.html | 8 node.click();
|
/external/chromium_org/ppapi/examples/crxfs/ |
crxfs.js | 22 .addEventListener("click", StartRequest, false);
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
autoscroll-over-scrollbar.html | 4 <p>Click down somewhere in this text, then move the pointer over the scrollbar at the bottom of the window, stop there, holding the mouse button down.</p>
|
focusringcolor-change-on-theme-change.html | 1 <input value="Click on me! Focus ring color around this input element should change." style="width:100%">
|
inspector-document-methods-override.html | 5 <p>To test, right-click on this page and select “Inspect Element”,
|
location-host-canonicalization.html | 13 <input type="button" value="Click Here" onClick="changeHost();">
|
onbeforeunload-close_with_javascript.html | 16 <li>Click the "Open" button below. 17 <li>In the window that opens, click the "Close" button. 28 <p id="success" style="background-color:palegreen; padding:3px;">You should see the same dialog if you click the "Close" button in the main window. 38 <p>Click the Open Window button. Once the new window is opened, close the new window by clicking the Close Window button (not the browser's close window icon).</p>
|
pre-tab-selection-rect.html | 44 1. Click <a href="#" onclick="window.setTimeout(test1,1);">test 1</a>. 49 2. Click <a href="#" onclick="window.setTimeout(test2,1);">test 2</a>. 54 3. Click <a href="#" onclick="window.setTimeout(test3,1);">test 3</a>. 59 4. Click <a href="#" onclick="window.setTimeout(test4,1);">test 4</a>.
|
textarea-iframe-navigation.html | 7 <li>In the Debug menu, click "Go to about:blank soon"</li>
|
visited-link-new-window.html | 15 necessary). Then cmd-click it. The link should turn lime green.</p>
|
webgl-save-image-as.html | 22 Right click red square and save image. A red square image should be saved. <br>
|
/external/chromium_org/third_party/WebKit/ManualTests/fullscreen/ |
full-screen-flash.html | 25 <span onclick="toggleFullScreen()">Click to toggle full screen.</span>
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
errors-with-space in-url.html | 7 <button onclick="console.error('hi')">click me</button>
|
highlight-source-line.html | 2 <p>To test, open the Inspector and reload this page. Then open the Inspector's Console and click the link for the markup error. You should see the line containing the error briefly highlighted in the source view.</p>
|
/external/chromium_org/third_party/WebKit/ManualTests/resources/ |
redraw-page-cache-visited-links-2.html | 16 <li value="3">Click the "Back" button on the browser.
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
content_listeners.html | 16 This has a click listener.
|
/external/chromium_org/third_party/skia/experimental/iOSSampleApp/Shared/ |
SkUIView.mm | 59 fWind->handleClick(loc.x, loc.y, SkView::Click::kDown_State, touch); 66 fWind->handleClick(loc.x, loc.y, SkView::Click::kMoved_State, touch); 73 fWind->handleClick(loc.x, loc.y, SkView::Click::kUp_State, touch); 80 fWind->handleClick(loc.x, loc.y, SkView::Click::kUp_State, touch);
|
/external/chromium_org/ui/message_center/ |
notification_delegate.h | 37 // Returns true if the delegate can handle click event. 41 virtual void Click() = 0; 66 virtual void Click() OVERRIDE; 93 virtual void Click() OVERRIDE;
|
/external/eigen/unsupported/doc/ |
Overview.dox | 9 Click on the \e Modules tab at the top of this page to get a list of all unsupported modules.
|
/external/skia/experimental/iOSSampleApp/Shared/ |
SkUIView.mm | 59 fWind->handleClick(loc.x, loc.y, SkView::Click::kDown_State, touch); 66 fWind->handleClick(loc.x, loc.y, SkView::Click::kMoved_State, touch); 73 fWind->handleClick(loc.x, loc.y, SkView::Click::kUp_State, touch); 80 fWind->handleClick(loc.x, loc.y, SkView::Click::kUp_State, touch);
|
/frameworks/base/docs/html/sdk/installing/ |
create-project.jd | 14 To create a new project, click <strong>New Project</strong>.</p> 17 To create a new project, click <strong>File</strong> > <strong>New Project</strong>.</p> 25 <p>Enter the values for your project and click <strong>Next</strong>.</p> 32 Level that your app requires. To get more information, click <strong>Help me choose</strong>.</p> 38 as shown in Figure 2. Click on an API level to see a list of features introduced in the corresponding 40 your apps needs, so you can reach as many devices as possible. Then click <strong>OK</strong>.</p> 45 <p>Then, on the Form Factors Window, click <strong>Next</strong>.</p> 56 <p>Choose an activity type and click <strong>Next</strong>.</p> 66 <p>Enter the activity name, the layout name, and the activity title. Then click
|
/external/chromium-trace/trace-viewer/src/about_tracing/ |
profiling_view_test.js | 162 view.querySelector('button.record').click(); 170 'button.record-categories').click(); 212 view.querySelector('button.record').click(); 222 view.recordSelectionDialog_.querySelector('input#skia').click(); 224 'button.record-categories').click(); 240 view.querySelector('button.record').click(); 248 'button.record-categories').click(); 327 view.querySelector('button.record').click(); 335 'button.record-categories').click(); 347 view.querySelector('button.record').click(); [all...] |