HomeSort by relevance Sort by last modified time
    Searched refs:tabs (Results 51 - 75 of 331) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/api/
execute_code_function.h 10 #include "chrome/common/extensions/api/tabs.h"
16 // chrome.tabs.executeScript.
41 scoped_ptr<api::tabs::InjectDetails> details_;
  /external/chromium_org/chrome/browser/sync/glue/
session_sync_test_helper.h 45 std::vector<sync_pb::SessionSpecifics>* tabs);
synced_session.cc 79 for (std::vector<SessionTab*>::const_iterator i = window.tabs.begin();
80 i != window.tabs.end(); ++i) {
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
window_applescript.h 44 // The tabs inside the window.
45 // Returns |TabAppleScript*| of all the tabs contained
47 - (NSArray*)tabs;
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
mmap.css 5 #tabs-mm > header {
12 #tabs-mm > header tr {
rootUi.css 48 #tabs {
56 #tabs > div > div {
60 #tabs > div header {
  /external/chromium_org/chrome/browser/sync/test/integration/
sessions_helper.cc 82 if (it->second->tabs.size() == 0) {
83 DVLOG(1) << "Empty tabs vector";
87 it->second->tabs.begin();
88 tab_it != it->second->tabs.end(); ++tab_it) {
176 LOG(ERROR) << "Failed to find all tabs after "
206 for (size_t t = 0; t < window.tabs.size(); ++t) {
207 const SessionTab& tab = *window.tabs.at(t);
212 new_window->tabs.push_back(new_tab);
325 if (i->second->tabs.size() != j->second->tabs.size()
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_view.h 15 namespace tabs { namespace
18 // Tabs _glow_ under two different circumstances, when they are _hovered_ (by
37 } // namespace tabs
58 tabs::AlertState alertState_;
  /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/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
background.js 13 chrome.tabs.executeScript(request.tabId, {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/
background.js 36 chrome.tabs.create({ url: action_url });
39 // blank tabs being left behind.
41 chrome.tabs.update(tab_id, { url: action_url });
66 chrome.tabs.executeScript(null, {file: "content_script.js"});
  /external/chromium_org/extensions/browser/
file_highlighter_unittest.cc 27 " \"tabs\"\n"
50 " \"tabs\"\n"
56 const char kTabsFeature[] = "\"tabs\"";
57 ManifestHighlighter tabs(kManifest, "permissions", "tabs");
58 EXPECT_EQ(kTabsFeature, tabs.GetFeature());
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chrome_extension_externs.js 311 chrome.tabs = {};
323 chrome.tabs.captureVisibleTab = function(windowId, options, callback) {};
330 chrome.tabs.connect = function(tabId, opt_connectInfo) {};
337 chrome.tabs.create = function(createProperties, opt_callback) {};
344 chrome.tabs.detectLanguage = function(tabId, callback) {};
353 chrome.tabs.executeScript = function(tabId, details, opt_callback) {};
360 chrome.tabs.get = function(tabId, callback) {};
370 chrome.tabs.getAllInWindow = function(windowId, callback) {};
376 chrome.tabs.getCurrent = function(callback) {};
386 chrome.tabs.getSelected = function(windowId, callback) {}
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contentSettings/
popup.js 24 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
25 var current = tabs[0];
  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc 70 // Indicates we've asked for the last sessions and tabs but haven't gotten the
74 // Indicates we finished loading the last tabs (but not necessarily the last
79 // last tabs).
180 // closed tabs. This creates entries, adds them to staging_entries_, and
204 // Invoked when previous tabs or session is loaded. If both have finished
228 // Results from previously closed tabs/sessions is first added here. When the
233 // Used when loading previous tabs/session and open tabs/session.
285 // Mark all the tabs as closed so that we don't attempt to restore them.
357 // Request the tabs closed in the last session. If the last session crashed
    [all...]
persistent_tab_restore_service_unittest.cc 42 // for closed tabs and windows.
263 // Recreate the service and have it load the tabs.
302 // Recreate the service and have it load the tabs.
332 // Recreate the service and have it load the tabs.
359 // Recreate the service and have it load the tabs.
389 ASSERT_EQ(1U, window->tabs.size());
392 ASSERT_EQ(1U, window->tabs[0].navigations.size());
393 EXPECT_EQ(0, window->tabs[0].current_navigation_index);
394 EXPECT_EQ(0, window->tabs[0].timestamp.ToInternalValue());
395 EXPECT_TRUE(url1_ == window->tabs[0].navigations[0].virtual_url())
    [all...]
session_service.cc 39 #include "chrome/browser/ui/tabs/tab_strip_model.h"
287 // list of tabs to close. If the user creates another window, the close is
296 // . closing a tab and there are other windows/tabs open.
881 std::map<int, SessionTab*> tabs; local
885 if (CreateTabsAndWindows(commands, &tabs, &windows, active_window_id)) {
886 AddTabsToWindows(&tabs, &windows);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_event_router.cc 5 #include "chrome/browser/extensions/api/tabs/tabs_event_router.h"
10 #include "chrome/browser/extensions/api/tabs/tabs_constants.h"
11 #include "chrome/browser/extensions/api/tabs/tabs_windows_api.h"
12 #include "chrome/browser/extensions/api/tabs/windows_event_router.h"
18 #include "chrome/browser/ui/tabs/tab_strip_model.h"
37 namespace tabs = api::tabs;
143 // possible for tabs to be created, detached and then destroyed without
195 scoped_ptr<Event> event(new Event(tabs::OnCreated::kEventName, args.Pass()));
229 DispatchEvent(profile, tabs::OnAttached::kEventName, args.Pass()
    [all...]
tabs_api.cc 5 #include "chrome/browser/extensions/api/tabs/tabs_api.h"
24 #include "chrome/browser/extensions/api/tabs/tabs_constants.h"
25 #include "chrome/browser/extensions/api/tabs/windows_util.h"
45 #include "chrome/browser/ui/tabs/tab_strip_model.h"
50 #include "chrome/common/extensions/api/tabs.h"
89 #include "chrome/browser/extensions/api/tabs/ash_panel_contents.h"
104 namespace tabs = api::tabs;
106 using api::tabs::InjectDetails;
717 // Tabs -----------------------------------------------------------------------
    [all...]
tabs_interactive_test.cc 6 #include "chrome/browser/extensions/api/tabs/tabs_api.h"
7 #include "chrome/browser/extensions/api/tabs/tabs_constants.h"
49 base::ListValue* tabs = NULL; local
50 EXPECT_FALSE(result.get()->GetList(keys::kTabsKey, &tabs));
62 // "populate" was enabled so tabs should be populated.
63 EXPECT_TRUE(result.get()->GetList(keys::kTabsKey, &tabs));
88 // Get tabs in the 'last focused' window called from non-focused browser.
106 // Get tabs NOT in the 'last focused' window called from the focused browser.
130 ASSERT_TRUE(RunExtensionTest("tabs/current_window")) << message_;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 597 tabs = self.nb.tabs()
600 self.assertEqual(self.nb.tabs(), tabs)
604 tabs = self.nb.tabs()
611 self.assertEqual(self.nb.tabs(), tabs)
613 self.assertTrue(str(self.child2) == self.nb.tabs()[child2_index])
623 tabs = self.nb.tabs(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 597 tabs = self.nb.tabs()
600 self.assertEqual(self.nb.tabs(), tabs)
604 tabs = self.nb.tabs()
611 self.assertEqual(self.nb.tabs(), tabs)
613 self.assertTrue(str(self.child2) == self.nb.tabs()[child2_index])
623 tabs = self.nb.tabs(
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
results.js 372 $(this).tabs();
376 var nextIndex = $(this).tabs('option', 'selected') + 1;
377 if (nextIndex >= $(this).tabs('length'))
379 $(this).tabs('option', 'selected', nextIndex);
384 var previousIndex = $(this).tabs('option', 'selected') - 1;
387 $(this).tabs('option', 'selected', previousIndex);
392 $(this).tabs('option', 'selected', 0);
396 $(this).tabs('option', 'selected', $(this).tabs('length') - 1);
  /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...]
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_codec.cc 5 #include "chrome/browser/ui/tabs/pinned_tab_codec.h"
15 #include "chrome/browser/ui/tabs/tab_strip_model.h"
31 // Returns true if |browser| has any pinned tabs.
129 const StartupTabs& tabs) {
137 for (StartupTabs::const_iterator i = tabs.begin(); i != tabs.end(); ++i)

Completed in 423 milliseconds

1 23 4 5 6 7 8 91011>>