OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tabs
(Results
151 - 175
of
3159
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/tools/json_schema_compiler/
model_test.py
23
self.tabs_json = CachedLoad('test/
tabs
.json')
25
'path/to/
tabs
.json')
26
self.
tabs
= self.model.namespaces.get('
tabs
')
53
self.assertEquals(['Tab'], self.
tabs
.types.keys())
61
sorted(self.
tabs
.types['Tab'].properties.keys()))
64
string_prop = self.
tabs
.types['Tab'].properties['status']
67
integer_prop = self.
tabs
.types['Tab'].properties['id']
70
array_prop = self.windows.types['Window'].properties['
tabs
']
75
self.assertEquals('
tabs
.Tab', array_prop.type_.item_type.ref_type
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
tabs_api.html
6
tabs
= {};
28
tabs
= {};
34
for (var j = 0; j < windowList[i].
tabs
.length; j++) {
35
tabIds[tabIds.length] = windowList[i].
tabs
[j].id;
36
tabs
[windowList[i].
tabs
[j].id] = windowList[i].
tabs
[j];
57
chrome.
tabs
.update(id, updateTabData(id));
71
chrome.
tabs
.move(id, moveTabData(id));
96
chrome.
tabs
.create(args)
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/applescript/
constants_applescript.mm
11
// Property to access
tabs
.
12
NSString* const kTabsProperty = @"
tabs
";
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/
bookmark_current_tabs.applescript
5
-- This script bookmarks the currently open
tabs
of a window.
10
repeat with i from 1 to (count
tabs
)
/external/chromium/chrome/common/extensions/docs/static/
windows.html
17
you must declare the "
tabs
" permission
20
the window and
tabs
modules interact so closely we
28
<b>"permissions": ["
tabs
"]</b>,
46
creates a few
tabs
or windows from a single HTML file,
49
<a href="
tabs
.html#method-getSelected">chrome.
tabs
.getSelected</a>.
66
<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/
tabs
/inspector/tabs_api.html?content-type=text/plain">tabs_api.html</a> file
68
<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/
tabs
/inspector/">inspector</a>
/external/chromium_org/chrome/browser/resources/gaia_auth/
manifest.json
21
//
tabs
for calling current webui's login. This might not be needed once
25
"
tabs
",
manifest_inline.json
23
//
tabs
for calling current webui's login. This might not be needed once
29
"
tabs
",
manifest_keyboard.json
31
//
tabs
for calling current webui's login. This might not be needed once
35
"
tabs
",
/external/chromium_org/chrome/browser/resources/predictors/
resource_prefetch_predictor.html
3
<
tabs
>
6
</
tabs
>
/external/chromium_org/chrome/browser/ui/cocoa/applescript/
constants_applescript.mm
11
// Property to access
tabs
.
12
NSString* const kTabsProperty = @"
tabs
";
/external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/
bookmark_current_tabs.applescript
5
-- This script bookmarks the currently open
tabs
of a window.
10
repeat with i from 1 to (count
tabs
)
/external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service.cc
5
#include "chrome/browser/ui/
tabs
/pinned_tab_service.h"
11
#include "chrome/browser/ui/
tabs
/pinned_tab_codec.h"
47
// Saving of
tabs
happens when saving is enabled, and when either the user
55
// * two windows are open, one with pinned
tabs
57
// * pinned
tabs
are saved
58
// * window with pinned
tabs
is closed
61
// * pinned
tabs
are saved, without the window with the pinned
tabs
,
pinned_tab_service_factory.cc
5
#include "chrome/browser/ui/
tabs
/pinned_tab_service_factory.h"
8
#include "chrome/browser/ui/
tabs
/pinned_tab_service.h"
tab_strip_model_utils.h
23
// Creates a set containing the canonical URLs of the currently open
tabs
.
24
void GetOpenUrls(const TabStripModel&
tabs
,
/external/chromium_org/chrome/renderer/safe_browsing/
DEPS
11
"+chrome/browser/ui/
tabs
/tab_strip_model.h",
19
"+chrome/browser/ui/
tabs
/tab_strip_model.h",
/external/skia/gm/rebaseline_server/static/
view.css
15
/* All other
tabs
. */
21
/* Spacers between
tabs
. */
/external/chromium/chrome/browser/extensions/
execute_code_in_tab_function.h
15
// Implement API call
tabs
.executeScript and
tabs
.insertCSS.
55
DECLARE_EXTENSION_FUNCTION_NAME("
tabs
.executeScript")
59
DECLARE_EXTENSION_FUNCTION_NAME("
tabs
.insertCSS")
extension_javascript_url_apitest.cc
14
ASSERT_TRUE(RunExtensionTest("
tabs
/javascript_url_permissions")) << message_;
/external/chromium/chrome/browser/resources/access_chromevox/
manifest.json
9
"
tabs
",
/external/chromium/chrome/browser/resources/sync_internals/
sync_index.html
7
<link rel="stylesheet" href="chrome://resources/css/
tabs
.css">
18
<script src="chrome://resources/js/cr/ui/
tabs
.js"></script>
35
<
tabs
>
41
</
tabs
>
/external/chromium/chrome/common/extensions/docs/examples/api/browserAction/make_page_red/
background.html
6
chrome.
tabs
.executeScript(null, {code:"document.body.bgColor='red'"});
/external/chromium/chrome/common/extensions/docs/examples/api/omnibox/extension-docs/
manifest.json
7
"
tabs
"
/external/chromium/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_url/
manifest.json
12
"
tabs
"
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js
6
chrome.
tabs
.captureVisibleTab(null, function(img) {
11
chrome.
tabs
.create({url: viewTabUrl}, function(tab) {
24
chrome.
tabs
.onUpdated.removeListener(addSnapshotImageToTab);
39
chrome.
tabs
.onUpdated.addListener(addSnapshotImageToTab);
/external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/
manifest.json
9
"
tabs
", "http://*/*", "https://*/*"
Completed in 1204 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>