OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tell
(Results
1 - 25
of
4534
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/
copy_html.applescript
6
tell
application "Chromium"
7
tell
tab 1 of window 1 to view source
10
tell
tab 2 of window 1 to select all
11
tell
tab 2 of window 1 to copy selection
12
end
tell
14
tell
application "TextEdit"
16
end
tell
advanced_tab_manipulation.applescript
5
tell
application "Chromium"
6
tell
tab 1 of window 1
8
end
tell
10
tell
tab 1 of window 1
19
end
tell
21
tell
tab 1 of window 1
23
end
tell
24
end
tell
bookmark_current_tabs.applescript
6
tell
application "Chromium"
9
tell
window 1
14
end
tell
15
tell
bookmarks bar
17
tell
var
21
end
tell
22
end
tell
23
end
tell
execute_javascript.applescript
6
tell
application "Chromium"
7
tell
tab 1 of window 1
9
end
tell
10
end
tell
delete_bookmarks.applescript
6
tell
application "Chromium"
9
tell
var
12
end
tell
13
end
tell
tab_navigation.applescript
5
tell
application "Chromium"
6
tell
window 1
12
end
tell
13
end
tell
app_info.applescript
6
tell
application "Chromium"
9
end
tell
quit_app.applescript
6
tell
application "Chromium"
8
end
tell
open_tabs_from_bookmark_folder.applescript
5
tell
application "Chromium"
10
tell
window 1 to make new tab with properties {u}
12
end
tell
window_creation.applescript
6
tell
application "Chromium"
10
end
tell
tab_manipulation.applescript
6
tell
application "Chromium"
7
tell
window 1 to make new tab with properties {URL:"http://google.com"}
21
tell
tab 1 of window 1
33
end
tell
36
tell
tab 1 of window 1
44
end
tell
45
end
tell
/external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/
copy_html.applescript
6
tell
application "Chromium"
7
tell
tab 1 of window 1 to view source
10
tell
tab 2 of window 1 to select all
11
tell
tab 2 of window 1 to copy selection
12
end
tell
14
tell
application "TextEdit"
16
end
tell
advanced_tab_manipulation.applescript
5
tell
application "Chromium"
6
tell
tab 1 of window 1
8
end
tell
10
tell
tab 1 of window 1
19
end
tell
21
tell
tab 1 of window 1
23
end
tell
24
end
tell
bookmark_current_tabs.applescript
6
tell
application "Chromium"
9
tell
window 1
14
end
tell
15
tell
bookmarks bar
17
tell
var
21
end
tell
22
end
tell
23
end
tell
execute_javascript.applescript
6
tell
application "Chromium"
7
tell
tab 1 of window 1
9
end
tell
10
end
tell
delete_bookmarks.applescript
6
tell
application "Chromium"
9
tell
var
12
end
tell
13
end
tell
tab_navigation.applescript
5
tell
application "Chromium"
6
tell
window 1
12
end
tell
13
end
tell
app_info.applescript
6
tell
application "Chromium"
9
end
tell
quit_app.applescript
6
tell
application "Chromium"
8
end
tell
open_tabs_from_bookmark_folder.applescript
5
tell
application "Chromium"
10
tell
window 1 to make new tab with properties {u}
12
end
tell
window_creation.applescript
6
tell
application "Chromium"
10
end
tell
tab_manipulation.applescript
6
tell
application "Chromium"
7
tell
window 1 to make new tab with properties {URL:"http://google.com"}
21
tell
tab 1 of window 1
33
end
tell
36
tell
tab 1 of window 1
44
end
tell
45
end
tell
window_operations.applescript
6
tell
application "Chromium"
23
tell
window 1 to enter presentation mode
26
tell
window 1 to exit presentation mode
29
end
tell
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8SupportTestPartialInterface.cpp
2
This file is generated just to
tell
build scripts that V8SupportTestPartialInterface.h and
V8SupportTestPartialInterface.h
2
This file is generated just to
tell
build scripts that V8SupportTestPartialInterface.h and
Completed in 69 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>