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

1 23 4 5 6 7 8 91011>>

  /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
55 tabs::AlertState alertState_;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/
popup.js 7 chrome.tabs.executeScript(null,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
background.js 8 chrome.tabs.onSelectionChanged.addListener(function(tabId) {
13 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
14 lastTabId = tabs[0].id;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
background.js 13 chrome.tabs.create({
77 chrome.tabs.sendRequest(
  /external/chromium_org/chrome/test/install_test/ext_auto/
background.js 14 chrome.tabs.create(params, function() {
  /external/chromium_org/chrome/test/webdriver/test/infobar_browser_action_extension/
bg.js 13 chrome.tabs.getSelected(null, function(tab) {
  /external/chromium/chrome/browser/sessions/
tab_restore_service_browsertest.cc 18 // for closed tabs and windows.
181 // Recreate the service and have it load the tabs.
220 // Recreate the service and have it load the tabs.
250 // Recreate the service and have it load the tabs.
277 // Recreate the service and have it load the tabs.
300 ASSERT_EQ(1U, window->tabs.size());
303 ASSERT_EQ(1U, window->tabs[0].navigations.size());
304 EXPECT_EQ(0, window->tabs[0].current_navigation_index);
305 EXPECT_EQ(0, window->tabs[0].timestamp.ToInternalValue());
306 EXPECT_TRUE(url1_ == window->tabs[0].navigations[0].virtual_url())
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.h 12 #include "chrome/browser/ui/views/tabs/abstract_tab_strip_view.h"
13 #include "chrome/browser/ui/views/tabs/base_tab.h"
14 #include "chrome/browser/ui/views/tabs/tab_controller.h"
88 // Gets the number of Tabs in the tab strip.
89 // WARNING: this is the number of tabs displayed by the tabstrip, which if
90 // an animation is ongoing is not necessarily the same as the number of tabs
141 // The Tabs we contain, and their last generated "good" bounds.
181 // Resets the bounds of all non-closing tabs.
184 // Invoked during drag to layout the tabs being dragged in |tabs| a
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/
background.js 8 // because the event page will stay open as long as any screenshot tabs are
13 chrome.tabs.captureVisibleTab(null, function(img) {
17 chrome.tabs.create({url: viewTabUrl}, function(tab) {
30 chrome.tabs.onUpdated.removeListener(addSnapshotImageToTab);
45 chrome.tabs.onUpdated.addListener(addSnapshotImageToTab);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsSummary.java 106 PagerTabStrip tabs = (PagerTabStrip) rootView.findViewById(R.id.tabs); local
107 tabs.setTabIndicatorColorResource(android.R.color.holo_blue_light);
  /external/chromium_org/ppapi/generators/
idl_c_proto.py 28 def CommentLines(lines, tabs=0):
31 tab = ' ' * tabs
43 def Comment(node, prefix=None, tabs=0):
58 return CommentLines(lines, tabs)
60 def GetNodeComments(node, tabs=0):
65 comment_txt += Comment(doc, tabs=tabs)
177 tabs = ' ' * self.dbg_depth
178 print '%s%s' % (tabs, txt)
499 comment_txt = GetNodeComments(child, tabs=1
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java 91 ConfigTab[] tabs; field in class:ComponentResultsView
155 // Create tabs
172 this.tabs = new ConfigTab[length];
174 this.tabs[i] = new ConfigTab(configNames[i], configDescriptions[i]);
176 for (int i=0; i<this.tabs.length; i++) {
178 item.setText (this.tabs[i].getTabText ());
179 item.setControl (this.tabs[i].createTabFolderPage(this.componentResultsElement, this.tabFolder, this.fullLineSelection.isChecked()));
180 item.setData (this.tabs[i]);
191 int length = this.tabs==null ? 0 : this.tabs.length
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 69 #include "chrome/browser/ui/tabs/pinned_tab_codec.h"
70 #include "chrome/browser/ui/tabs/tab_strip_model.h"
172 void UrlsToTabs(const std::vector<GURL>& urls, StartupTabs* tabs) {
177 tabs->push_back(tab);
358 // Open the required browser windows and tabs. First, see if
360 // opened an app shortcut. Don't restore tabs or open initial
583 // Open user-specified URLs like pinned tabs and startup tabs.
702 StartupTabs tabs; local
703 // Pinned tabs should not be displayed when chrome is launched in incognit
768 StartupTabs tabs; local
    [all...]
startup_browser_creator_impl.h 39 // Assists launching the application and appending the initial tabs for a
66 // Tabs.
72 // Creates a tab for each of the Tabs in |tabs|. If browser is non-null
73 // and a tabbed browser, the tabs are added to it. Otherwise a new tabbed
74 // browser is created and the tabs are added to it. The browser the tabs
79 const StartupTabs& tabs,
129 // . Attempts to restore any pinned tabs from last run of chrome.
134 // If any tabs were opened, the Browser which was created is returned
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
background.js 99 function show_options(tabs) {
100 var tab = tabs[0];
104 var tabs = chrome.extension.getViews({"type": "tab"});
105 if (tabs && tabs.length) {
107 // 'setUrl' ". Sometimes tabs are not the desired extension tabs.
108 if (tabs[0].$suburl != undefined) {
109 tabs[0].setUrl(testUrl);
112 chrome.tabs.getAllInWindow(null, function(all)
    [all...]
  /external/chromium/chrome/browser/resources/gpu_internals/
tab_control.css 27 .tab-control > .tabs {
34 .tab-control > .tabs > :not([selected]) {
  /external/chromium/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/chrome/browser/extensions/api/
execute_code_function.h 9 #include "chrome/common/extensions/api/tabs.h"
17 // chrome.tabs.executeScript.
42 scoped_ptr<api::tabs::InjectDetails> details_;
  /external/chromium_org/chrome/browser/extensions/api/session_restore/
session_restore_api.h 12 #include "chrome/common/extensions/api/tabs.h"
27 scoped_ptr<api::tabs::Tab> CreateTabModel(
  /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/page_cycler/webpagereplay/extension/
page_cycler.js 48 chrome.tabs.getSelected(null, function(tab) {
50 chrome.tabs.update(tab.id, {"url": reportUrl}, null);
  /external/chromium_org/tools/telemetry/telemetry/core/
temporary_http_server_unittest.py 19 t = b.tabs[0]
  /external/chromium/chrome/browser/sync/
profile_sync_service_session_unittest.cc 223 // Get the tabs for this machine from the node and check that they were
227 // Tabs are ordered by sessionid in tab_map, so should be able to traverse
228 // the tree based on order of tabs created
296 ASSERT_EQ(1U, foreign_sessions[0]->windows[0]->tabs.size());
297 ASSERT_EQ(1U, foreign_sessions[0]->windows[0]->tabs[0]->navigations.size());
301 ASSERT_EQ(13, foreign_sessions[0]->windows[0]->tabs[0]->tab_visual_index);
303 foreign_sessions[0]->windows[0]->tabs[0]->current_navigation_index);
304 ASSERT_TRUE(foreign_sessions[0]->windows[0]->tabs[0]->pinned);
306 foreign_sessions[0]->windows[0]->tabs[0]->extension_app_id);
308 foreign_sessions[0]->windows[0]->tabs[0]->navigations[0].index())
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 77 "tabCreated": chrome.tabs.onCreated,
78 "tabMoved": chrome.tabs.onMoved,
79 "tabRemoved": chrome.tabs.onRemoved,
80 "tabSelectionChanged": chrome.tabs.onSelectionChanged,
81 "tabAttached": chrome.tabs.onAttached,
82 "tabDetached": chrome.tabs.onDetached,
83 "tabNavigated": chrome.tabs.onUpdated,
347 chrome.tabs.get(tabId, function(tab) {
  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_sessions_sync_test.cc 81 it->second->tabs.begin(); it2 != it->second->tabs.end(); ++it2) {

Completed in 830 milliseconds

1 23 4 5 6 7 8 91011>>