HomeSort by relevance Sort by last modified time
    Searched full:tabs (Results 251 - 275 of 3159) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/extensions/
extension_javascript_url_apitest.cc 14 ASSERT_TRUE(RunExtensionTest("tabs/javascript_url_permissions")) << message_;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/
manifest.json 14 "tabs",
  /external/chromium_org/chrome/browser/resources/history/
other_devices.css 66 .device-show-more-tabs,
67 .device-show-more-tabs:active,
68 .device-show-more-tabs:visited,
69 .device-show-more-tabs:link {
  /external/chromium_org/chrome/browser/resources/pdf/
background.js 10 chrome.tabs.update(tab_id, { url: 'pdf.html?' + content_url });
  /external/chromium_org/chrome/browser/resources/quota_internals/
main.html 17 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
20 <script src="chrome://resources/js/cr/ui/tabs.js"></script>
31 <tabs>
35 </tabs>
  /external/chromium_org/chrome/browser/ui/android/
tab_restore_service_delegate_android.cc 5 // Tabs persistence is implemented on the Java side.
  /external/chromium_org/chrome/browser/ui/ash/tabs/
dock_info_ash.h 9 #include "chrome/browser/ui/tabs/dock_info.h"
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_bridge_unittest.mm 215 // Test that the menu is created for a set of simple tabs.
249 // Test that the menu is created for a mix of windows and tabs.
260 win1.tabs.push_back(CreateSessionTab("http://foo.com", "foo"));
261 win1.tabs[0].id = 31;
262 win1.tabs.push_back(CreateSessionTab("http://bar.com", "bar"));
263 win1.tabs[1].id = 32;
272 win2.tabs.push_back(CreateSessionTab("http://magic.com", "magic"));
273 win2.tabs[0].id = 51;
274 win2.tabs.push_back(CreateSessionTab("http://goats.com", "goats"));
275 win2.tabs[1].id = 52
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
dock_info_mac.cc 5 #include "chrome/browser/ui/tabs/dock_info.h"
tab_window_controller.h 9 // tabs which can be dragged around. Tabs can be re-arranged within the same
59 // Layout the tabs based on the current ordering of the model.
77 // Returns whether one of the window's tabs is being dragged.
98 // Called to check if the receiver can receive dragged tabs from
112 // Number of tabs in the tab strip. Useful, for example, to know if we're
113 // dragging the only tab in the window. This includes pinned tabs (both live
117 // YES if there are tabs in the tab strip which have content, allowing for
118 // the notion of tabs in the tab strip that are placeholders but currently have
  /external/chromium_org/chrome/browser/ui/tab_contents/
tab_contents_iterator_unittest.cc 17 #include "chrome/browser/ui/tabs/tab_strip_model.h"
27 // Helper function to iterate and count all the tabs.
75 // Add some tabs.
82 // Close some tabs.
87 // Add lots of tabs.
92 // Close all remaining tabs to keep all the destructors happy.
129 // Add some tabs.
146 // Close some tabs.
176 // Close all remaining tabs to keep all the destructors happy.
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model.h 38 // A menu model that builds the contents of "Recent tabs" submenu, which include
39 // the recently closed tabs/windows of current device i.e. local entries, and
40 // opened tabs of other devices.
80 // Build the recently closed tabs and windows items.
83 // Build the tabs items from other devices.
113 // Clear all recently closed tabs and windows.
139 // Navigation items for local recently closed tabs. The |command_id| for
145 // Similar to |local_tab_navigation_items_| except the tabs are opened tabs
  /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/devtools/network/chrome-firephp/
background.js 13 chrome.tabs.executeScript(request.tabId, {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
manifest.json 6 "permissions": ["alarms", "tabs", "bookmarks", "declarativeWebRequest", "*://*/*"],
  /external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_url/
background.js 15 chrome.tabs.onUpdated.addListener(checkForValidUrl);
  /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/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/chrome/common/extensions/docs/examples/extensions/news_a11y/
manifest.json 12 "tabs",
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/tab_shortcuts/
manifest.json 4 "description": "Allows pinning and duplication of tabs via keyboard shortcuts.",
  /external/chromium_org/chrome/renderer/extensions/
tabs_custom_bindings.h 12 // Implements custom bindings for the tabs API.
  /external/chromium_org/chrome/test/functional/tracing/
tab_tracker.py 9 """Uniquely track tabs within a window.
11 This allows the creation of tabs whose indices can be
12 determined even after lower indexed tabs have been closed, therefore changing
16 the window's index. As a result of this, all calls to open and close tabs in
  /external/chromium_org/third_party/WebKit/ManualTests/compositing/
assert-on-tab-switch.html 18 You should not hit an assertion if you load this file in a tab, then switch back and forth between other tabs.</p>
  /external/chromium_org/tools/page_cycler/webpagereplay/extension/
manifest.json 26 "tabs",
  /frameworks/base/core/java/android/app/
TabActivity.java 27 * or later, tabs are typically presented in the UI using the new
29 * related APIs for placing tabs within their action bar area.</p>
39 * the shown content when the user switches between tabs.
45 * Fragment Tabs Pager</a> sample for an example of using the support library's ViewPager to
46 * allow the user to swipe the content to switch between tabs.</p>
157 * Returns the {@link TabHost} the activity is using to host its tabs.
159 * @return the {@link TabHost} the activity is using to host its tabs.
167 * Returns the {@link TabWidget} the activity is using to draw the actual tabs.
169 * @return the {@link TabWidget} the activity is using to draw the actual tabs.

Completed in 806 milliseconds

<<11121314151617181920>>