/external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/ |
tabs.html | 1 {{+partials.standard_extensions_api api:apis.tabs intro:intros.tabs/}}
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/show_tabs/ |
manifest.json | 2 "name": "Show Tabs in Process", 4 "description": "Adds a browser action showing which tabs share the current tab's process.", 6 "processes", "tabs", "chrome://favicon/*" 9 "default_title": "Show Tabs in this Process",
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/ |
tabs.html | 1 Gives your {{platform}} access to privileged fields of the <code>$(ref:tabs.Tab Tab)</code> objects used by several APIs including $(ref:tabs chrome.tabs) and $(ref:windows chrome.windows). In many circumstances your {{platform}} will not need to declare the <code>"tabs"</code> permission to make use of these APIs.
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/intro_tables/ |
windows_permissions.html | 3 However, the <code>"tabs"</code> permission is 5 <code><a href="tabs#property-Tab-url">url</a></code>, 6 <code><a href="tabs#property-Tab-title">title</a></code>, and 7 <code><a href="tabs#property-Tab-favIconUrl">favIconUrl</a></code> properties of 8 <code><a href="tabs#type-Tab">Tab</a></code> objects.
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
tabs.html | 4 You can use most <code>chrome.tabs</code> methods and events without declaring 7 <code>$(ref:tabs.Tab.url url)</code>, 8 <code>$(ref:tabs.Tab.title title)</code>, or 9 <code>$(ref:tabs.Tab.favIconUrl favIconUrl)</code> properties of 10 <code>$(ref:tabs.Tab)</code>, 11 you must declare the <code>"tabs"</code> permission in the manifest, 20 "tabs" 29 <img src="{{static}}/images/tabs.png" 30 width="561" height="130" alt="Two tabs in a window" /> 32 You can find simple examples of manipulating tabs with th [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
manifest.json | 3 "description": "Utility for working with the extension tabs api", 5 "permissions": ["tabs"],
|
/build/tools/droiddoc/templates-ds/ |
header_tabs.cs | 2 <!-- CURRENTLY NOT USED... ALL TABS ARE IN masthead.cs -->
|
/build/tools/droiddoc/templates-sac/ |
header_tabs.cs | 2 <!-- CURRENTLY NOT USED... ALL TABS ARE IN masthead.cs -->
|
/build/tools/droiddoc/templates-sdk/ |
header_tabs.cs | 2 <!-- CURRENTLY NOT USED... ALL TABS ARE IN masthead.cs -->
|
/build/tools/droiddoc/templates-sdk-dyn/ |
header_tabs.cs | 2 <!-- CURRENTLY NOT USED... ALL TABS ARE IN masthead.cs -->
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/ |
tabs.js | 10 var tabs = windows[i].tabs; 11 for (var j = 0; j < tabs.length; j++) { 12 chrome.tabs.sendRequest( 13 tabs[j].id, 23 var tabs = windows[i].tabs; 24 for (var j = 0; j < tabs.length; j++) { 25 chrome.tabs.executeScript( 26 tabs[j].id [all...] |
/external/markdown/MarkdownTest/Tests_2004/ |
Tabs.text | 2 indented with tabs 13 this code block is indented by two tabs 18 indented with tabs
|
/external/markdown/MarkdownTest/Tests_2007/ |
Tabs.text | 2 indented with tabs 13 this code block is indented by two tabs 18 indented with tabs
|
/external/markdown/tests/markdown-test/ |
tabs.txt | 2 indented with tabs 13 this code block is indented by two tabs 18 indented with tabs
|
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/ |
settings.css | 5 #tabs-settings table { 9 #tabs-settings table td { 13 #tabs-settings table td:last-of-type { 17 #tabs-settings input[type="text"] { 23 #tabs-settings input[type="text"].saved {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/ |
background.js | 13 var tabs = windows[i].tabs; 14 for (var j in tabs) { 15 var tab = tabs[j]; 23 chrome.tabs.update(existing_tab.id, {"selected":true}); 25 chrome.tabs.create({"url":url, "selected":true});
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/i18n/cld/ |
background.js | 7 chrome.tabs.detectLanguage(null, function(language) { 15 chrome.tabs.onUpdated.addListener(function(tabId, props) { 20 chrome.tabs.onSelectionChanged.addListener(function(tabId, props) { 25 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) { 26 selectedId = tabs[0].id;
|
/external/chromium_org/base/test/data/prefs/ |
read.json | 4 "tabs": {
|
write.golden.json | 7 "tabs": {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/pin/ |
background.js | 8 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) { 10 var current = tabs[0] 11 chrome.tabs.update(current.id, {'pinned': !current.pinned});
|
/external/llvm/test/YAMLParser/ |
spec-09-16.data | 3 # Tabs are confusing:
|
/frameworks/base/docs/html/design/building-blocks/ |
tabs.jd | 1 page.title=Tabs 2 page.tags=tabs,actionbar,navigation,viewpager 10 <p>Creating Swipe Views with Tabs</p> 14 <p itemprop="description">Tabs in the action bar make it easy to explore and switch between different views or functional 17 <p>For details on using gestures to move between tabs, see the <a href="{@docRoot}design/patterns/swipe-views.html">Swipe Views</a> pattern.</p> 19 <h2 id="scrollable">Scrollable Tabs</h2> 37 Scrolling tabs in the Play Store app. 45 <h2 id="fixed">Fixed Tabs</h2> 46 <p>Fixed tabs display all items concurrently. To navigate to a different view, touch the tab, or swipe left or right.</p> 47 <p>Fixed tabs are displayed with equal width, based on the width of the widest tab label. If there is insufficie (…) [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
api_schema_graph_test.py | 12 'namespace': 'tabs', 66 empty_graph.Lookup('tabs', 'properties', 69 empty_graph.Lookup('tabs', 'functions', 'get', 72 empty_graph.Lookup('tabs', 'functions', 'get', 75 empty_graph.Lookup('tabs', 'events', 'onActivated', 78 empty_graph.Lookup('tabs', 'events', 'onUpdated', 87 api_schema_graph.Lookup('tabs', 'properties', 90 api_schema_graph.Lookup('tabs', 'types', 'Tab')) 92 api_schema_graph.Lookup('tabs', 'functions', 'get', 95 api_schema_graph.Lookup('tabs', 'functions', 'get' [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
stacked_tab_strip_layout.h | 20 // tabs. StackedTabStripLayout differs from the normal layout in that it stacks 21 // tabs. Stacked tabs are tabs placed nearly on top of each other, and if enough 22 // consecutive stacked tabs exist they are placed on top of each other. Normally 23 // stacked tabs are placed after mini-tabs, or at the end of the tabstrip, but 24 // during dragging tabs may be stacked before or after the active tab. 30 // |size| is the size for tabs, |padding| the padding between consecutive 31 // tabs, |stacked_padding| the padding between stacked tabs [all...] |
/external/chromium_org/ui/webui/resources/css/ |
tabs.css | 10 tabs { 18 /* New users of tabs.css should add 'new-style-tabs' to the class list of any 19 * 'tabs' or 'tabpanels' elements. 24 tabs.new-style-tabs { 31 tabs > * { 46 tabs.new-style-tabs > * { 57 tabs > :not([selected]) [all...] |