OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:click
(Results
101 - 125
of
2674
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ash/accelerators/
key_hold_detector.h
48
// A state to keep track of one
click
and
click
and hold operation.
50
// One
click
:
53
//
Click
and hold:
/external/chromium_org/chrome/browser/resources/
set_as_default_browser.js
10
$('launch-button').addEventListener('
click
', function() {
/external/chromium_org/chrome/browser/resources/ssl/
interstitial_v2.js
21
$('primary-button').addEventListener('
click
', function() {
31
$('proceed-link').addEventListener('
click
', function(event) {
42
$('help-link').addEventListener('
click
', function(event) {
57
$('details-button').addEventListener('
click
', function(event) {
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
alternate_nav_infobar_controller.h
11
// Called when there is a
click
on the link in the infobar.
/external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon.h
53
// icon
click
action. Clicking on this menu item should simulate a status icon
54
//
click
by despatching a
click
event.
57
// Callback for when the status icon
click
replacement menu item is activated.
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/en/
messages.json
1
{"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Displays the number of unread messages in your Google Mail inbox. You can also
click
the button to open your inbox."},"gmailcheck_node_error":{"message":"Error: feed retrieved, but no <fullcount> node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/en_GB/
messages.json
1
{"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Displays the number of unread messages in your Google Mail inbox. You can also
click
the button to open your inbox."},"gmailcheck_node_error":{"message":"Error: Feed retrieved, but no <fullcount> node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/fil/
messages.json
1
{"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Ipinapakita ang bilang ng mga hindi pa nababasang mensahe sa inbox ng iyong Google Mail. Maaari mo ring i-
click
ang pindutan upang buksan ang iyong inbox."},"gmailcheck_node_error":{"message":"Error: nakuha ang feed, ngunit walang <fullcount> node na natagpuan"},"gmailcheck_exception":{"message":"pagbubukod: $1","placeholders":{"1":{"content":"$1"}}}}
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
example.js
18
document.getElementById('benchmark').addEventListener('
click
',
23
document.getElementById('drawPoints').addEventListener('
click
',
29
document.getElementById('drawInteriors').addEventListener('
click
',
37
document.getElementById('radio' + i).addEventListener('
click
',
/external/chromium_org/third_party/WebKit/ManualTests/
autoscroll-when-outside-window.html
3
<p>
Click
somewhere in this text, then quickly drag past the bottom of the window and hold still to allow auto-scrolling to happen.</p>
display-none-option.html
2
When you
click
the following <select>, you should see only two options.
editing-disabled-node-replace-crash.html
9
<p>Right
click
the following input text, and replace the misspelled text [zz] to something.</p>
onclick_in_noncontent.html
16
<p>
Click
anywhere inside the table element and you should get an alert telling you so.</p>
open-url-undefined.html
7
Click
the Test button. A new window should open. To pass the test, the address
svg-modify-deleted-selection.svg
14
<text y="50" fill="green" font-size="20">Test passes if no crash on mouse
click
. Text may be highlighted.</text>
whitespace-pre-affinity.html
6
<li>double-
click
a few times on the blanks lines below</li>
word-spacing-highlight.html
12
↑
click
there and drag to the right
/external/chromium_org/third_party/WebKit/ManualTests/fullscreen/
full-screen-zero-width.html
14
This tests that an element with a 0px width will not cause the window to disappear when entering full screen. <span onclick="toggleFullScreen()">
Click
to toggle full screen.</span>
/external/chromium_org/third_party/WebKit/ManualTests/win/
contextmenu-key3.html
2
<p>Left
click
on one of the lines in the text area and then hit the keyboard's context menu key to make sure the context menu pops up for the appropriate line.</p>
/external/chromium_org/third_party/skia/samplecode/
SampleRepeatTile.cpp
69
virtual SkView::
Click
* onFindClickHandler(SkScalar x, SkScalar y, unsigned modi) SK_OVERRIDE {
75
virtual bool onClick(
Click
*
click
) {
76
return this->INHERITED::onClick(
click
);
/external/chromium_org/tools/code_coverage/third_party/
README.chromium
11
Click
on the headers to sort
/external/chromium_org/ui/views/
metrics_mac.cc
9
// Default double
click
interval in milliseconds.
/external/javassist/sample/rmi/
start.html
7
<p>2.
Click
below:
/external/skia/samplecode/
SampleRepeatTile.cpp
69
virtual SkView::
Click
* onFindClickHandler(SkScalar x, SkScalar y, unsigned modi) SK_OVERRIDE {
75
virtual bool onClick(
Click
*
click
) {
76
return this->INHERITED::onClick(
click
);
/external/chromium_org/components/test/data/password_manager/
tests.py
25
self.
Click
("#userNavigationLabel")
27
self.
Click
("#logout_form [type='submit']")
54
self.
Click
(".account-settings .act-set-action")
66
self.
Click
("#PH_logoutLink")
97
self.
Click
(".user .login-required")
104
self.
Click
("form[action='http://www.reddit.com/logout'] a")
137
self.
Click
(".b-mail-button__button")
144
self.
Click
(u".b-mail-dropdown__item__content.?????.daria-action")
166
self.
Click
("#nav-item-signout")
175
self.
Click
("#a16CnbSignInText"
[
all
...]
Completed in 1286 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>