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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/tools/telemetry/telemetry/core/
browser_info.py 30 if len(self._browser.tabs) == 0 and self._browser.supports_tab_control:
31 self._browser.tabs.New()
32 tab = self._browser.tabs[0]
35 elif len(self._browser.tabs) > 0:
36 tab = self._browser.tabs[0]
browser_unittest.py 58 self.assertEquals(1, len(b.tabs))
61 assert b.tabs[0].url
68 t = b.tabs[0]
87 existing_tab = b.tabs[0]
88 self.assertEquals(1, len(b.tabs))
91 new_tab = b.tabs.New()
92 self.assertEquals(2, len(b.tabs))
97 self.assertEquals(1, len(b.tabs))
102 b.tabs[0].Navigate(b.http_server.UrlOf('blank.html'))
103 b.tabs[0].WaitForDocumentReadyStateToBeInteractiveOrBetter(
    [all...]
  /packages/apps/Contacts/res/values-w470dp/
dimens.xml 18 <!-- The width the that the tabs occupy in the ActionBar when in landscape mode.
22 <!-- The size of the text displayed in the ActionBar tabs in landscape mode.
23 Text in the tabs should must be width dependent, otherwise it won't fit in the tabs.
24 In portrait mode, the tabs look okay when overflowing their allocated space.
  /packages/apps/Contacts/res/values-w590dp/
dimens.xml 18 <!-- The width the that the tabs occupy in the ActionBar when in landscape mode.
22 <!-- The size of the text displayed in the ActionBar tabs in landscape mode.
23 Text in the tabs should must be width dependent, otherwise it won't fit in the tabs.
24 In portrait mode, the tabs look okay when overflowing their allocated space.
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/tab_shortcuts/
tab_shortcuts.js 12 chrome.tabs.update({}, function(tab) {
14 chrome.tabs.update({pinned: !tab.pinned});
16 chrome.tabs.duplicate(tab.id);
  /external/chromium_org/native_client_sdk/src/build_tools/screenshot_extension/
background.js 7 chrome.tabs.captureVisibleTab(null, {format: 'png'}, function(img) {
13 chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) {
17 chrome.tabs.executeScript(tabId,
  /external/markdown/MarkdownTest/Tests_2004/
Tabs.text-out 11 <p>this is a list item indented with tabs</p>
24 <code> this code block is indented by two tabs
30 indented with tabs
Tabs.text-res 11 <p>this is a list item indented with tabs</p>
24 <code> this code block is indented by two tabs
30 indented with tabs
  /frameworks/base/docs/html/design/building-blocks/
index.jd 24 <a href="{@docRoot}design/building-blocks/tabs.html" class="landing-page-link">Tabs</a>
27 <a href="{@docRoot}design/building-blocks/tabs.html">
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_utils.h 19 // Creates a set containing the canonical URLs of the currently open tabs.
20 void GetOpenUrls(const TabStripModel& tabs,
test_tab_strip_model_delegate.cc 5 #include "chrome/browser/ui/tabs/test_tab_strip_model_delegate.h"
30 // Required to determine reloadability of tabs.
32 // Required to determine if tabs are app tabs.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/make_page_red/
background.js 7 // No tabs or host permissions needed!
9 chrome.tabs.executeScript({
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
manifest.json 8 "tabs"
14 "tabs.js",
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
sessions_sync_perf_test.cc 12 #include "chrome/browser/ui/tabs/tab_strip_model.h"
28 // Opens |num_tabs| new tabs on |profile|.
31 // Update all tabs in |profile| by visiting a new URL.
34 // Close all tabs in |profile|.
37 // Returns the number of open tabs in all sessions (local + foreign) for
93 // Foreign session data may be empty. In this case we only count tabs in
104 tab_count += win_it->second->tabs.size();
127 SyncTimingHelper::PrintResult("tabs", "add_tabs", dt);
133 SyncTimingHelper::PrintResult("tabs", "update_tabs", dt);
137 // New tab page remains open on profile 0 after closing all tabs
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 13 #include "chrome/browser/ui/views/tabs/tab.h"
14 #include "chrome/browser/ui/views/tabs/tab_controller.h"
46 // container for Tabs, and is also responsible for creating them.
48 // DraggedTab, focusing on tasks that require reshuffling other tabs
49 // in response to dragged tabs.
78 // |stacked_layout_| defines what should happen when the tabs won't fit at
79 // their ideal size. When |stacked_layout_| is true the tabs are always sized
81 // set of tabs are visible. This is used when the user uses a touch device.
82 // When |stacked_layout_| is false the tabs shrink to accommodate the
151 // Gets the number of Tabs in the tab strip
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
TabList.java 17 * @return Whether this tab model contains only incognito tabs or only normal tabs.
22 * @return The index of the current tab, or {@link #INVALID_TAB_INDEX} if there are no tabs.
27 * @return the number of open tabs in this model
  /external/chromium_org/chrome/browser/android/
recently_closed_tabs_bridge.h 17 // Provides the list of recently closed tabs to Java.
36 // callback that the recently closed tabs list has changed.
52 // The callback to be notified when the list of recently closed tabs changes.
55 // The profile whose recently closed tabs are being monitored.
  /external/chromium_org/chrome/browser/resources/predictors/
predictors.html 7 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
18 <script src="chrome://resources/js/cr/ui/tabs.js"></script>
24 <tabs>
26 </tabs>
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/print/
manifest.json 9 "tabs", "http://*/*", "https://*/*"
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/
manifest.json 6 "tabs", "http://*/*", "https://*/*"
  /external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
manifest.json 5 "permissions": [ "cookies", "tabs", "http://*/*", "https://*/*" ],
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/audits/broken-links/
manifest.json 11 "tabs",
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
background.js 6 chrome.tabs.create({url:chrome.extension.getURL("tabs_api.html")});
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/
manifest.json 4 "description": "Demonstrate screenshot functionality in the chrome.tabs api. Note: only works for code.google.com",
  /external/chromium_org/chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/
manifest.json 6 "permissions": ["ttsEngine", "tabs"],

Completed in 737 milliseconds

1 23 4 5 6 7 8 91011>>