HomeSort by relevance Sort by last modified time
    Searched full:tabs (Results 76 - 100 of 2963) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
manifest.json 17 "tabs",
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
manifest.json 8 "tabs",
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/
manifest.json 13 "tabs",
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_i18n/
manifest.json 12 "tabs",
  /external/chromium_org/chrome/test/chromedriver/extension/
manifest.json 11 "tabs", "management", "<all_urls>"
  /external/chromium_org/native_client_sdk/src/build_tools/screenshot_extension/
manifest.json 10 "tabs", "http://*/*"
  /external/chromium_org/tools/json_schema_compiler/
cpp_type_generator_test.py 36 self.tabs_json = CachedLoad('test/tabs.json')
37 self.tabs = self.models['tabs'].AddNamespace(self.tabs_json[0],
38 'path/to/tabs.json')
55 m.AddNamespace(self.tabs_json[0], 'path/to/tabs.json')
59 self.assertEquals('#include "path/to/tabs.h"',
61 self.assertEquals('namespace tabs {\n'
95 manager = CppTypeGenerator(self.models.get('tabs'), _FakeSchemaLoader(None))
98 manager.GetCppType(self.tabs.types['Tab'].properties['id'].type_))
101 manager.GetCppType(self.tabs.types['Tab'].properties['status'].type_)
    [all...]
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/llvm/test/YAMLParser/
spec-06-01.data 13 # Tabs are not allowed:
  /external/llvm/utils/emacs/
emacs.el 5 ;; Max 80 cols per line, indent by two spaces, no tabs.
6 ;; Apparently, this does not affect tabs in Makefiles.
11 '(indent-tabs-mode nil))
20 (indent-tabs-mode . nil)
  /external/mesa3d/
.dir-locals.el 2 (indent-tabs-mode . nil)
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service_unittest.cc 10 #include "chrome/browser/ui/tabs/pinned_tab_codec.h"
11 #include "chrome/browser/ui/tabs/pinned_tab_service.h"
12 #include "chrome/browser/ui/tabs/pinned_tab_service_factory.h"
13 #include "chrome/browser/ui/tabs/pinned_tab_test_utils.h"
14 #include "chrome/browser/ui/tabs/tab_strip_model.h"
48 // Makes sure closing a popup triggers writing pinned tabs.
60 // Close the browser. This should trigger saving the tabs. No need to destroy
tab_strip_model.h 12 #include "chrome/browser/ui/tabs/tab_strip_model_observer.h"
31 // related tasks like adding new Tabs from just a URL, etc.
34 // . Mini-tab. Mini tabs are locked to the left side of the tab strip and
35 // rendered differently (small tabs with only a favicon). The model makes
36 // sure all mini-tabs are at the beginning of the tab strip. For example,
37 // if a non-mini tab is added it is forced to be with non-mini tabs. Requests
38 // to move tabs outside the range of the tab type are ignored. For example,
39 // a request to move a mini-tab after non-mini-tabs is ignored.
41 // there are two tab types that are implicitly mini-tabs:
42 // . App. Corresponds to an extension that wants an app tab. App tabs ar
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/object_level_availability/
tabs.py 24 'tabs.json': json.dumps([{
25 'namespace': 'tabs',
122 'tabs.json': json.dumps([{
123 'namespace': 'tabs',
219 'tabs.json': json.dumps([{
220 'namespace': 'tabs',
311 'tabs.json': json.dumps([{
312 'namespace': 'tabs',
389 'tabs.json': json.dumps([{
390 'namespace': 'tabs',
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_tabrestore_browsertest.cc 12 #include "chrome/browser/ui/tabs/tab_strip_model.h"
22 void AwaitTabsReady(content::DOMMessageQueue* message_queue, int tabs) {
23 for (int i = 0; i < tabs; ++i) {
66 // Create tabs.
84 // Restore tabs using the browser's recent tabs menu.
92 // There should be 3 restored tabs in the new browser.
102 // Create tabs.
132 // Restore tabs using that delegated restore service.
138 // There should be 3 restored tabs in the new browser
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js 11 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
12 lastTabId = tabs[0].id;
13 chrome.tabs.sendMessage(lastTabId, "Background page started.");
45 chrome.tabs.create({url: "http://google.com"}, function(tab) {
46 chrome.tabs.executeScript(tab.id, {file: "content.js"}, function() {
56 chrome.tabs.create({url: "http://www.google.com/"});
85 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
92 chrome.tabs.sendMessage(lastTabId, "Background page unloaded.")
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
availability_finder_test.py 19 from test_data.object_level_availability.tabs import TABS_SCHEMA_BRANCHES
65 # The earliest version represented with the tabs' test data is 13.
83 self._node_avail_finder.GetAPINodeAvailability('tabs')
123 self._avail_finder.GetAPIAvailability('tabs'))
221 availability_graph = self._node_avail_finder.GetAPINodeAvailability('tabs')
225 availability_graph.Lookup('tabs', 'properties',
229 availability_graph.Lookup('tabs', 'events', 'onActivated',
234 availability_graph.Lookup('tabs', 'events', 'onUpdated', 'parameters',
238 availability_graph.Lookup('tabs', 'events','onActivated'))
241 availability_graph.Lookup('tabs', 'functions', 'get', 'parameters'
    [all...]
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.cc 128 // into the vector, which will give all tabs in a window the same ID.
130 window->tabs.push_back(Tab());
134 PopulateTab(&(window->tabs[entry_index]),
138 if (window->tabs[entry_index].navigations.empty()) {
139 window->tabs.erase(window->tabs.begin() + entry_index);
141 window->tabs[entry_index].browser_id = delegate->GetSessionID().id();
145 if (window->tabs.size() == 1 && window->app_name.empty()) {
149 AddEntry(new Tab(window->tabs[0]), true, true);
150 } else if (!window->tabs.empty())
378 std::vector<Tab>& tabs = static_cast<Window*>(*i)->tabs; local
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
window_applescript_test.mm 64 // Tabs within the window.
65 IN_PROC_BROWSER_TEST_F(WindowAppleScriptTest, Tabs) {
68 NSArray* tabs = [aWindow.get() tabs];
69 EXPECT_EQ(1U, [tabs count]);
70 TabAppleScript* tab1 = [tabs objectAtIndex:0];
89 TabAppleScript* tab = [[aWindow.get() tabs] objectAtIndex:1];
111 TabAppleScript* tab = [[aWindow.get() tabs] objectAtIndex:0];
119 // Inserting and deleting tabs.
131 EXPECT_EQ((int)[[aWindow.get() tabs] count], count)
    [all...]
constants_applescript.mm 11 // Property to access tabs.
12 NSString* const kTabsProperty = @"tabs";
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h 35 // Assists launching the application and appending the initial tabs for a
62 // Tabs.
68 // Creates a tab for each of the Tabs in |tabs|. If browser is non-null
69 // and a tabbed browser, the tabs are added to it. Otherwise a new tabbed
70 // browser is created and the tabs are added to it. The browser the tabs
75 const StartupTabs& tabs,
122 // . Attempts to restore any pinned tabs from last run of chrome.
127 // If any tabs were opened, the Browser which was created is returned
    [all...]
  /external/chromium_org/chrome/browser/chromeos/memory/
low_memory_observer.h 18 // can get a signal from the kernel about low memory conditions and discard tabs
23 // from any thread, but the observation occurs on the FILE thread, and tabs are
  /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_keyboard.json 31 // tabs for calling current webui's login. This might not be needed once
35 "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)

Completed in 266 milliseconds

1 2 34 5 6 7 8 91011>>