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

1 2 3 4 5 6 7 891011>>

  /ndk/docs/renderscript/
files.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
index.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigTabGroup.java 35 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
40 setTabs(tabs);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchConfigTabGroups.java 31 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
37 setTabs(tabs);
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy_unittest.cc 23 "tabs.executeScript");
64 std::make_pair(Action::ACTION_API_CALL, "tabs.executeScript"));
71 "tabs.executeScript");
78 "punky", base::Time::Now(), Action::ACTION_API_CALL, "tabs.create");
90 "tabs.executeScript");
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_constants.cc 5 #include "chrome/browser/extensions/api/tabs/tabs_constants.h"
41 const char kTabsKey[] = "tabs";
71 const char kCanOnlyMoveTabsWithinNormalWindowsError[] = "Tabs can only be "
73 const char kCanOnlyMoveTabsWithinSameProfileError[] = "Tabs can only be moved "
83 "Tabs cannot be edited right now (user may be dragging a tab).";
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chrome_extension_externs.js 311 chrome.tabs = {};
323 chrome.tabs.captureVisibleTab = function(windowId, options, callback) {};
330 chrome.tabs.connect = function(tabId, opt_connectInfo) {};
337 chrome.tabs.create = function(createProperties, opt_callback) {};
344 chrome.tabs.detectLanguage = function(tabId, callback) {};
353 chrome.tabs.executeScript = function(tabId, details, opt_callback) {};
360 chrome.tabs.get = function(tabId, callback) {};
370 chrome.tabs.getAllInWindow = function(windowId, callback) {};
376 chrome.tabs.getCurrent = function(callback) {};
386 chrome.tabs.getSelected = function(windowId, callback) {}
    [all...]
  /frameworks/base/docs/html/training/backward-compatible-ui/
abstracting.jd 25 <li><a href="{@docRoot}guide/topics/ui/actionbar.html#Tabs">Action Bar Tabs</a></li>
39 <p>Suppose you want to use <a href="{@docRoot}guide/topics/ui/actionbar.html#Tabs">action bar tabs</a> as the primary form of top-level navigation in your application. Unfortunately, the {@link android.app.ActionBar} APIs are only available in Android 3.0 or later (API level 11+). Thus, if you want to distribute your application to devices running earlier versions of the platform, you need to provide an implementation that supports the newer API while providing a fallback mechanism that uses older APIs.</p>
53 <p>In order to create a backward-compatible version of tabs, you should first determine which features and specific APIs your application requires. In the case of top-level section tabs, suppose you have the following functional requirements:</p>
57 <li>Tabs can be associated with a fragment instance.</li>
63 <p>The key APIs for tabs are in {@link android.app.ActionBar} and {@link android.app.ActionBar.Tab ActionBar.Tab}. These are the APIs to abstract in order to make your tabs version-aware. The requirements for this example project call for compatibility back to Eclair (API level 5) while taking advantage of the new tab features in Honeycomb (API Level 11). A diagram of the class structure to support these two implementations and their abstract base classes (or interfaces) is shown below.</p>
95 <p>Next, define an abstract class that allows you to create and add tabs to an activity, like {@link android.app.ActionBar#newTab ActionBar.newTab()} and {@link android.ap (…)
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
windows.json 10 "implemented_in": "chrome/browser/extensions/api/tabs/tabs_api.h"
23 "tabs": {"type": "array", "items": { "$ref": "tabs.Tab" }, "optional": true, "description": "Array of $(ref:tabs.Tab) objects representing the current tabs in the window."},
65 "populate": {"type": "boolean", "optional": true, "description": "If true, the $(ref:windows.Window) object will have a <var>tabs</var> property that contains a list of the $(ref:tabs.Tab) objects. The <code>Tab</code> objects only contain the <code>url</code>, <code>title</code> and <code>favIconUrl</code> properties if the extension's manifest file includes the <code>\"tabs\"</code> permission." }
90 "populate": {"type": "boolean", "optional": true, "description": "If true, the $(ref:windows.Window) object will have a <var>tabs</var> property that contains a list of the $(ref:tabs.Tab) objects. The <code>Tab</code> objects only contain the <code>url</code>, <code>title</code> a (…)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 5 #include "chrome/browser/ui/views/tabs/tab_drag_controller.h"
23 #include "chrome/browser/ui/tabs/tab_strip_model.h"
24 #include "chrome/browser/ui/tabs/tab_strip_model_delegate.h"
26 #include "chrome/browser/ui/views/tabs/browser_tab_strip_controller.h"
27 #include "chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h"
28 #include "chrome/browser/ui/views/tabs/tab.h"
29 #include "chrome/browser/ui/views/tabs/tab_strip.h"
30 #include "chrome/browser/ui/views/tabs/window_finder.h"
72 // Initial delay before moving tabs when the dragged tab is close to the edge of
73 // the stacked tabs
973 std::vector<Tab*> tabs = local
1435 std::vector<Tab*> tabs; local
1502 std::vector<Tab*> tabs; local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
synced_session_tracker.h 76 // This involves clearing all the windows and tabs from the session, while
79 // that the requested windows and tabs are owned (by setting the boolean
82 // windows and tabs not owned.
85 // Deletes those windows and tabs associated with |session_tag| that are no
116 // Fills |tab_node_ids| with the tab node ids (see GetTab) for all the tabs*
118 // Returns false if we don't have any record of the session. If no tabs were
142 // Returns the number of tabs associated with the specified session tag.
153 // have ownership of the Windows/Tabs, they just provide id-based access to
155 // mapped tabs, unmapped tabs are owned by the unmapped_tabs_ container)
    [all...]
synced_session.h 91 // Control which foreign tabs we're interested in syncing/displaying. Checks
96 // Checks whether the window has tabs to sync. If no tabs to sync, it returns
synced_session_tracker_unittest.cc 51 ASSERT_EQ(1U, session->windows[10]->tabs.size());
52 ASSERT_EQ(tracker.GetTab("tag", 15, 1), session->windows[10]->tabs[0]);
158 // The sessions don't have valid tabs, lookup should not succeed.
177 // More attempts than tabs means we'll sometimes get the same tabs,
178 // sometimes have to allocate new tabs.
257 ASSERT_EQ(2U, session1->windows[0]->tabs.size());
258 ASSERT_EQ(2U, session1->windows[1]->tabs.size());
266 ASSERT_EQ(1U, session2->windows[2]->tabs.size());
269 // Reset tracking and get the current windows/tabs
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sessions_helper.cc 82 if (it->second->tabs.size() == 0) {
83 DVLOG(1) << "Empty tabs vector";
87 it->second->tabs.begin();
88 tab_it != it->second->tabs.end(); ++tab_it) {
176 LOG(ERROR) << "Failed to find all tabs after "
206 for (size_t t = 0; t < window.tabs.size(); ++t) {
207 const SessionTab& tab = *window.tabs.at(t);
212 new_window->tabs.push_back(new_tab);
325 if (i->second->tabs.size() != j->second->tabs.size()
    [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 73 std::vector<TabInfo> tabs; member in struct:RecentTabsBuilderTestHelper::WindowInfo
148 sessions_[session_index].windows[window_index].tabs.push_back(tab_info);
153 return sessions_[session_index].windows[window_index].tabs.size();
159 return sessions_[session_index].windows[window_index].tabs[tab_index].id;
166 .tabs[tab_index].timestamp;
173 sessions_[session_index].windows[window_index].tabs[tab_index].title;
233 ASSERT_EQ(GetTabCount(s, w), static_cast<int>(windows[w]->tabs.size()));
239 std::vector<TitleTimestampPair> tabs; local
246 tabs.push_back(pair);
250 sort(tabs.begin(), tabs.end(), SortTabTimesByRecency)
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/
index.html 41 <div id="tabs">
43 <li><a href="#tabs-ps">Processes</a></li>
44 <li><a href="#tabs-prof">Profiler</a></li>
45 <li><a href="#tabs-mm">Memory maps table</a></li>
46 <li><a href="#tabs-nheap">Native S.Traces</a></li>
47 <li><a href="#tabs-storage">Archived traces</a></li>
48 <li><a href="#tabs-settings">Settings</a></li>
51 <div id="tabs-ps">
103 <div id="tabs-prof">
123 <div id="tabs-mm"
    [all...]
  /frameworks/base/docs/html/design/patterns/
app-structure.jd 104 <h4>Fixed tabs</h4>
107 <p><em>Fixed tabs</em> display top-level views concurrently and make it easy to explore and switch between them. They are always visible on the screen, and can't be moved out of the way like scrollable tabs. <em>Fixed tabs</em> should always allow the user to navigate between the views by swiping left or right on the content area.</p>
108 <p><strong>Use tabs if</strong>:</p>
120 Default fixed tabs shown in Holo Dark &amp; Light.
172 <p>After choosing the best top-level navigation for your app, don't mix and match patterns. For example, if you decide to use tabs for top-level switching, don't add a drawer, even if your navigation branches are deep. In this case, the navigation drawer would simply duplicate the information on the tabs, confusing your users.</p>
182 <h4>Use tabs to combine category selection and data display</h4>
193 <p>If the categories are familiar, predictable, or closely related, use scrolling tabs (where not al
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
TabModel.java 11 * TabModel organizes all the open tabs and allows you to create new ones. There are two TabModels
17 * A list of the various ways tabs can be launched.
34 * A list of the various ways tabs can eb selected.
67 * from this list. To get a comprehensive list of all tabs, including ones that
82 * Close all the tabs on this model.
92 * Commits all pending closures, closing all tabs that had a chance to be undone.
112 * {@link #supportsPendingClosures()}, as this will include all pending closure tabs.
  /external/chromium_org/chrome/browser/resources/
certificate_viewer.html 7 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
16 <script src="chrome://resources/js/cr/ui/tabs.js"></script>
23 <tabs id="tabs" class="new-style-tabs">
26 </tabs>
27 <tabpanels id="tabpanels" class="new-style-tabs">
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
devtools_inspectedWindow.html 17 <a href="tabs"><code>chrome.tabs.*</code></a> API calls.
18 However, please note that <code>chrome.tabs.*</code> API is not
21 the <code>chrome.tabs.*</code> API functions from there.
42 Use the <code>$(ref:tabs.executeScript)</code> method
47 <code>eval</code> and <code>tabs.executeScript</code> methods:
74 <code>$(ref:tabs.executeScript)</code> method is the preferred way for an
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
quopri.py 24 The 'quotetabs' flag indicates whether embedded tabs and spaces should be
25 quoted. Note that line-ending tabs and spaces are always encoded, as per
46 The 'quotetabs' flag indicates whether embedded tabs and spaces should be
47 quoted. Note that line-ending tabs and spaces are always encoded, as per
201 print "-t: quote tabs"
205 tabs = 0
207 if o == '-t': tabs = 1
209 if tabs and deco:
228 encode(fp, sys.stdout, tabs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
quopri.py 24 The 'quotetabs' flag indicates whether embedded tabs and spaces should be
25 quoted. Note that line-ending tabs and spaces are always encoded, as per
46 The 'quotetabs' flag indicates whether embedded tabs and spaces should be
47 quoted. Note that line-ending tabs and spaces are always encoded, as per
201 print "-t: quote tabs"
205 tabs = 0
207 if o == '-t': tabs = 1
209 if tabs and deco:
228 encode(fp, sys.stdout, tabs)
  /external/chromium_org/chrome/browser/extensions/api/
execute_code_function.h 10 #include "chrome/common/extensions/api/tabs.h"
16 // chrome.tabs.executeScript.
41 scoped_ptr<api::tabs::InjectDetails> details_;
  /external/chromium_org/chrome/browser/extensions/
browser_extension_window_controller.cc 7 #include "chrome/browser/extensions/api/tabs/tabs_constants.h"
14 #include "chrome/browser/ui/tabs/tab_strip_model.h"
69 // Don't let an extension remove the window if the user is dragging tabs
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox2/cvox2/background/
background.js 28 // Tabs.
29 chrome.tabs.onUpdated.addListener(this.onTabUpdated.bind(this));
71 * Handles chrome.tabs.onUpdate.

Completed in 731 milliseconds

1 2 3 4 5 6 7 891011>>