/external/llvm/test/YAMLParser/ |
spec-05-12.data | 3 # We don't currently reject tabs as indentation. 6 # Tabs do's and don'ts:
|
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_model_utils.cc | 5 #include "chrome/browser/ui/tabs/tab_strip_model_utils.h" 8 #include "chrome/browser/ui/tabs/tab_strip_model.h" 13 void GetOpenUrls(const TabStripModel& tabs, 16 for (int i = 0; i < tabs.count(); ++i) { 17 content::WebContents* web_contents = tabs.GetWebContentsAt(i);
|
pinned_tab_codec.h | 23 // PinnedTabCodec is used to read and write the set of pinned tabs to 24 // preferences. When Chrome exits the sets of pinned tabs are written to prefs. 26 // pinned tabs is opened. 39 static void WritePinnedTabs(Profile* profile, const StartupTabs& tabs); 41 // Reads and returns the set of pinned tabs to restore from preferences.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
tabs_api.js | 5 tabs = {}; 27 tabs = {}; 33 for (var j = 0; j < windowList[i].tabs.length; j++) { 34 tabIds[tabIds.length] = windowList[i].tabs[j].id; 35 tabs[windowList[i].tabs[j].id] = windowList[i].tabs[j]; 56 chrome.tabs.update(id, updateTabData(id)); 70 chrome.tabs.move(id, moveTabData(id)); 95 chrome.tabs.create(args) [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_tabs_apitest.cc | 50 IN_PROC_BROWSER_TEST_F(ExtensionApiNewTabTest, Tabs) { 57 ASSERT_TRUE(RunExtensionSubtest("tabs/basics", "crud.html")) << message_; 67 ASSERT_TRUE(RunExtensionSubtest("tabs/basics", "crud2.html")) << message_; 72 ASSERT_TRUE(RunExtensionSubtest("tabs/basics", "duplicate.html")) << message_; 76 ASSERT_TRUE(RunExtensionSubtest("tabs/basics", "tab_size.html")) << message_; 80 ASSERT_TRUE(RunExtensionSubtest("tabs/basics", "update.html")) << message_; 84 ASSERT_TRUE(RunExtensionSubtest("tabs/basics", "pinned.html")) << message_; 94 ASSERT_TRUE(RunExtensionSubtest("tabs/basics", "move.html")) << message_; 98 ASSERT_TRUE(RunExtensionSubtest("tabs/basics", "events.html")) << message_; 102 ASSERT_TRUE(RunExtensionSubtest("tabs/basics", "relative_urls.html") [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/messaging/timer/ |
popup.js | 19 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) { 22 var tab = tabs[0]; 23 chrome.tabs.sendRequest(tab.id, {counter: 1}, function handler(response) { 25 chrome.tabs.sendRequest(tab.id, {counter: response.counter}, handler); 39 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) { 43 var port = chrome.tabs.connect(tabs[0].id);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/show_tabs/ |
popup.js | 5 // Show a list of all tabs in the same process as this one. 8 chrome.tabs.query({currentWindow: true, active: true}, function(tabs) { 9 var current = currentWindow.tabs.filter(function(tab) { 16 titleDiv.innerHTML = "<b>Tabs in Process " + pid + ":</b>"; 27 // Loop over all windows and their tabs 28 var tabs = []; 31 for (var j = 0; j < windowList[i].tabs.length; j++) { 32 var tab = windowList[i].tabs[j]; 34 tabs.push(tab) [all...] |
/external/chromium_org/chrome/common/extensions/docs/static/js/ |
tabs.js | 6 * Add support for tab pannels on custom elements (tabs, header and content) 35 var tabs = e.target.parentNode; 36 if (!tabs || tabs.tagName !== 'TABS') 39 var headers = tabs.getElementsByTagName('header'), 40 contents = tabs.getElementsByTagName('content'), 41 tabGroup = tabs.getAttribute("data-group"), 96 var tabs = document.getElementsByTagName('tabs'); [all...] |
/external/markdown/MarkdownTest/Tests_2004/ |
Tabs.html | 3 indented with tabs</p></li> 15 <pre><code> this code block is indented by two tabs 21 indented with tabs
|
/external/markdown/MarkdownTest/Tests_2007/ |
Tabs.html | 3 indented with tabs</p></li> 15 <pre><code> this code block is indented by two tabs 21 indented with tabs
|
/external/markdown/tests/markdown-test/ |
tabs.html | 4 indented with tabs</p> 15 <pre><code> this code block is indented by two tabs 19 indented with tabs
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_windows_api.cc | 5 #include "chrome/browser/extensions/api/tabs/tabs_windows_api.h" 8 #include "chrome/browser/extensions/api/tabs/tabs_event_router.h" 9 #include "chrome/browser/extensions/api/tabs/windows_event_router.h" 11 #include "chrome/common/extensions/api/tabs.h" 22 // Tabs API Events. 23 event_router->RegisterObserver(this, api::tabs::OnCreated::kEventName); 24 event_router->RegisterObserver(this, api::tabs::OnUpdated::kEventName); 25 event_router->RegisterObserver(this, api::tabs::OnMoved::kEventName); 27 api::tabs::OnSelectionChanged::kEventName); 28 event_router->RegisterObserver(this, api::tabs::OnActiveChanged::kEventName) [all...] |
tabs_api.h | 15 #include "chrome/common/extensions/api/tabs.h" 92 // Tabs 96 DECLARE_EXTENSION_FUNCTION("tabs.get", TABS_GET) 101 DECLARE_EXTENSION_FUNCTION("tabs.getCurrent", TABS_GETCURRENT) 106 DECLARE_EXTENSION_FUNCTION("tabs.getSelected", TABS_GETSELECTED) 111 DECLARE_EXTENSION_FUNCTION("tabs.getAllInWindow", TABS_GETALLINWINDOW) 116 DECLARE_EXTENSION_FUNCTION("tabs.query", TABS_QUERY) 121 DECLARE_EXTENSION_FUNCTION("tabs.create", TABS_CREATE) 126 DECLARE_EXTENSION_FUNCTION("tabs.duplicate", TABS_DUPLICATE) 135 DECLARE_EXTENSION_FUNCTION("tabs.highlight", TABS_HIGHLIGHT [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/contentSettings/ |
manifest.json | 5 "permissions": [ "contentSettings", "tabs" ],
|
/external/chromium_org/chrome/browser/resources/options/ |
subpages_tab_controls.css | 5 .subpages-nav-tabs .tab { 10 .subpages-nav-tabs .active-tab { 20 /* To avoid tabs changing size when they are clicked and their labels become 25 .subpages-nav-tabs .active-tab-label, 26 .subpages-nav-tabs .tab-label:hover { 30 .subpages-nav-tabs .tab-label { 36 html[dir=rtl] .subpages-nav-tabs .tab-label { 40 .subpages-nav-tabs .active-tab-label, 41 .subpages-nav-tabs .active-tab .tab-label { 48 .subpages-nav-tabs .active-tab .active-tab-label [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
windows.html | 4 will contain an array of <code>$(ref:tabs.Tab)</code> objects. 6 You must declare the <code>"tabs"</code> permission in your 8 <code>$(ref:tabs.Tab.url url)</code>, 9 <code>$(ref:tabs.Tab.title title)</code>, or 10 <code>$(ref:tabs.Tab.favIconUrl favIconUrl)</code> properties of 11 <code>$(ref:tabs.Tab)</code>. 19 <b>"permissions": ["tabs"]</b>, 38 creates a few tabs or windows from a single HTML file, 41 $(ref:tabs.query). 61 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/tabs/inspector/tabs_api.html?content-type=text/plain">tabs_api.html</a> fil [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/private/intro_tables/ |
tabs_permissions.html | 1 The majority of the <code>chrome.tabs</code> API can be used without declaring 4 <code>"tabs"</code> permission is required in order to populate the
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/windows/merge_windows/ |
background.js | 14 chrome.tabs.getAllInWindow(targetWindow.id, getTabs); 17 function getTabs(tabs) { 18 tabCount = tabs.length; 31 var numTabs = win.tabs.length; 34 var tab = win.tabs[j]; 36 chrome.tabs.move(tab.id,
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/ |
background.js | 11 chrome.tabs.sendRequest(tabId, {}, function(address) { 30 chrome.tabs.onUpdated.addListener(function(tabId, change, tab) { 36 chrome.tabs.onSelectionChanged.addListener(function(tabId, info) { 42 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) { 43 updateAddress(tabs[0].id);
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
tabs_custom_bindings.js | 5 // Custom binding for the tabs API. 7 var binding = require('binding').Binding.create('tabs'); 10 var tabsNatives = requireNative('tabs'); 16 var tabs = bindingsAPI.compiledApi; 31 var port = tabs.connect(tabId, {name: messaging.kRequestChannel}); 37 var port = tabs.connect(tabId, {name: messaging.kMessageChannel});
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
RecentlyClosedBridge.java | 15 * This class allows Java code to get and clear the list of recently closed tabs. 21 * Callback interface for getting notified when the list of recently closed tabs is updated. 25 * This method will be called every time the list of recently closed tabs is updated. 28 * updated list of tabs. 51 List<RecentlyClosedTab> tabs, int id, String title, String url) { 53 tabs.add(tab); 58 * @param profile The Profile whose recently closed tabs will be queried. 80 * Sets the callback to be called whenever the list of recently closed tabs changes. 88 * @param maxTabCount The maximum number of recently closed tabs to return. 89 * @return The list of recently closed tabs, with up to maxTabCount elements 92 List<RecentlyClosedTab> tabs = new ArrayList<RecentlyClosedTab>(); local [all...] |
NewTabPagePrefs.java | 34 * Sets whether the list of currently open tabs is collapsed (vs expanded) on the Recent Tabs 36 * @param isCollapsed Whether we want the currently open tabs list to be collapsed. 43 * Gets whether the list of currently open tabs is collapsed (vs expanded) on Recent Tabs page. 44 * @return Whether the list of currently open tabs is collapsed (vs expanded) on 45 * the Recent Tabs page. 52 * Sets whether the list of snapshot documents is collapsed (vs expanded) on the Recent Tabs 62 * the Recent Tabs page. 64 * the Recent Tabs page [all...] |
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/ |
rootUi.js | 9 $('#tabs').tabs({activate: this.onTabChange_.bind(this)}); 10 $('#tabs').css('visibility', 'visible'); 24 var index = $('#tabs-' + tabId).index(); 26 $('#tabs').tabs('option', 'active', index - 1); 30 switch(ui.newPanel.attr('id').replace('tabs-', '')) {
|
/external/chromium_org/tools/perf/measurements/ |
tab_switching.py | 7 This measurement opens pages in different tabs. After all the tabs have opened, 43 return browser.tabs[0] 45 return browser.tabs.New() 49 return len(browser.tabs) >= len(page.page_set.pages) 54 if len(tab.browser.tabs) != len(page.page_set.pages): 57 # Measure power usage of tabs after quiescence. 72 for i in xrange(len(tab.browser.tabs)): 73 t = tab.browser.tabs[i]
|
/external/chromium_org/chrome/ |
chrome_browser_ui_views.gyp | 40 'browser/ui/views/tabs/tab_renderer_data.cc', 41 'browser/ui/views/tabs/tab_renderer_data.h', 42 'browser/ui/views/tabs/tab_strip_observer.cc', 43 'browser/ui/views/tabs/tab_strip_observer.h', 44 'browser/ui/views/tabs/tab_strip_types.h',
|