HomeSort by relevance Sort by last modified time
    Searched full:tabs (Results 126 - 150 of 1626) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/sessions/
session_restore.cc 22 #include "chrome/browser/tabs/tab_strip_model.h"
50 // TabLoader is responsible for loading tabs after session restore creates
51 // tabs. New tabs are loaded after the current tab finishes loading, or a delay
54 // doubled. When all tabs are loading TabLoader deletes itself.
80 // Loads the next tab. If there are no more tabs to load this deletes itself,
91 // the set of tabs to load and list of tabs we're waiting to get a load
121 // The set of tabs we've initiated loading on. This does NOT include the
122 // selected tabs
    [all...]
session_restore_browsertest.cc 9 #include "chrome/browser/tabs/tab_strip_model.h"
121 // Add and navigate three tabs.
134 // Expect a window with three tabs.
139 EXPECT_EQ(3U, window->tabs.size());
143 std::vector<TabRestoreService::Tab>::const_iterator it = window->tabs.begin();
144 for ( ; it != window->tabs.end(); ++it) {
157 EXPECT_EQ(2U, window->tabs.size());
session_restore.h 24 // If |browser| is non-null the tabs for the first window are added to it.
65 // The max number of non-selected tabs SessionRestore loads when restoring
66 // a session. A value of 0 indicates all tabs are loaded at once.
  /external/chromium/chrome/browser/tabs/
tab_strip_model_order_controller.h 9 #include "chrome/browser/tabs/tab_strip_model.h"
39 // Returns the index to append tabs at.
tab_finder.h 24 // TabFinder is used to locate a tab by URL. TabFinder matches tabs based
25 // on the tabs current url, or the start of the redirect chain.
73 // url. Returns NULL if there are no tabs matching the specified url.
80 // Queries all the tabs in |browser| for the start of the redirect chain.
86 // Cancels any pending requests for the specified tabs redirect chain.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_all_tabs_controller.h 20 // A controller for the Bookmark All Tabs sheet which is presented upon
21 // selecting the Bookmark All Tabs... menu item shown by the contextual
bookmark_all_tabs_controller.mm 10 #include "chrome/browser/tabs/tab_strip_model.h"
57 // folder for the tabs and then the bookmarks in that new folder.
73 // Get a list of all open tabs, create nodes for them, and add
  /external/chromium/chrome/browser/ui/views/tabs/
abstract_tab_strip_view.h 25 // Updates the loading animations displayed by tabs in the tabstrip to the
33 // Set the background offset used by inactive tabs to match the frame image.
side_tab.h 9 #include "chrome/browser/ui/views/tabs/base_tab.h"
20 // Returns the preferred height of side tabs.
dragged_tab_controller.cc 5 #include "chrome/browser/ui/views/tabs/dragged_tab_controller.h"
14 #include "chrome/browser/tabs/tab_strip_model.h"
17 #include "chrome/browser/ui/views/tabs/base_tab.h"
18 #include "chrome/browser/ui/views/tabs/base_tab_strip.h"
19 #include "chrome/browser/ui/views/tabs/browser_tab_strip_controller.h"
20 #include "chrome/browser/ui/views/tabs/dragged_tab_view.h"
21 #include "chrome/browser/ui/views/tabs/native_view_photobooth.h"
22 #include "chrome/browser/ui/views/tabs/side_tab.h"
23 #include "chrome/browser/ui/views/tabs/side_tab_strip.h"
24 #include "chrome/browser/ui/views/tabs/tab.h
869 std::vector<BaseTab*> tabs = local
1094 std::vector<BaseTab*> tabs; local
1143 std::vector<BaseTab*> tabs; local
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
globals_enum.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
rs__atomic_8rsh.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
  /sdk/assetstudio/tests/src/com/android/assetstudiolib/
TabIconGeneratorTest.java 32 checkGraphic("tabs", "ic_tab_1", 1 /* minSdk */, 16 /* expectedFileCount */);
36 checkGraphic("tabs-v5+", "ic_tab_1", 5, 8);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigTabGroup.java 33 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
38 setTabs(tabs);
  /external/chromium/chrome/common/extensions/docs/static/
permission_warnings.html 71 assume you add a new site and the "tabs" permission
79 "tabs"</b>
110 It can be surprising when adding a permission such as "tabs"
114 although the <code>chrome.tabs</code> API
115 might be used only to open new tabs,
118 (using their <a href="tabs.html#type-Tab">Tab</a> objects).
124 you no longer need to specify the "tabs" permission
125 just to call <code>chrome.tabs.create()</code>
126 or <code>chrome.tabs.update()</code>.
190 Your tabs and browsing activit
    [all...]
whats_new.html 58 <a href="tabs.html#method-captureVisibleTab">chrome.tab.captureVisibleTab()</a>
127 <li> The <a href="tabs.html#type-Tab">Tab</a> object
129 that's reflected in various <code>chrome.tabs</code> methods.
131 you can <a href="tabs.html#method-create">create</a>
135 letting you create multiple tabs in the new window. </li>
169 <li> The <a href="tabs.html">tabs API</a>
171 no longer require the "tabs" permission, removing one common cause of
198 href="tabs.html#method-getCurrent">chrome.tabs.getCurrent()</a> metho
    [all...]
  /external/chromium/chrome/browser/printing/
print_preview_tab_controller_unittest.cc 6 #include "chrome/browser/tabs/tab_strip_model.h"
55 // To show multiple print preview tabs exist in the same browser for
56 // different initiator tabs. If preview tab already exists for an initiator, it
63 // Lets start with one window and two tabs.
92 // 2 initiator tab and 2 preview tabs exist in the same browser.
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 10 // tabs which can be dragged around. Tabs can be re-arranged within the same
18 // between tabs. It needs to be a regular NSView, not something like an NSBox
75 // Layout the tabs based on the current ordering of the model.
95 // Returns whether one of the window's tabs is being dragged.
116 // Called to check if the receiver can receive dragged tabs from
130 // Number of tabs in the tab strip. Useful, for example, to know if we're
131 // dragging the only tab in the window. This includes pinned tabs (both live
135 // YES if there are tabs in the tab strip which have content, allowing for
136 // the notion of tabs in the tab strip that are placeholders but currently hav
    [all...]
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.h 9 #include "chrome/browser/ui/views/tabs/base_tab_strip.h"
20 // container for Tabs, and is also responsible for creating them.
46 virtual void LayoutDraggedTabsAt(const std::vector<BaseTab*>& tabs,
51 const std::vector<BaseTab*>& tabs,
53 virtual int GetSizeNeededForTabs(const std::vector<BaseTab*>& tabs);
82 // given point. If the scroll is not beyond the minimum threshold, the tabs
95 // Adjust the positions of the tabs to perform a scroll of |delta_x| relative
  /external/chromium/chrome/browser/resources/shared/js/cr/
link_controller_test.html 23 chrome.tabs = chrome.tabs || {};
43 chrome.tabs.create = mockControl.createFunctionMock();
279 chrome.tabs.create(new ObjectEqualsMatcher({url: URL1, selected: true}));
280 chrome.tabs.create(new ObjectEqualsMatcher({
296 chrome.tabs.create(new ObjectEqualsMatcher({url: URL1, selected: false}));
297 chrome.tabs.create(new ObjectEqualsMatcher({
316 chrome.tabs.create(new ObjectEqualsMatcher({
337 chrome.tabs.create(new ObjectEqualsMatcher({
  /external/chromium/chrome/browser/ui/cocoa/applescript/
window_applescript.h 44 // The tabs inside the window.
45 // Returns |TabAppleScript*| of all the tabs contained
47 - (NSArray*)tabs;
  /external/strace/
signalent.sh 34 tabs = "\t\t\t\t\t\t\t\t"
43 s = s substr(tabs, 1, 16/8 - int((length(n) + 1)/8))
51 s = s substr(tabs, 1, 16/8 - int((length(n) + 1)/8))
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 42 // Maximum number of tabs.
44 // Private array of WebViews that are used as tabs.
46 // Queue of most recently viewed tabs.
108 * return the list of tabs
159 * Returns true if there are any incognito tabs open.
160 * @return True when any incognito tabs are open, false otherwise.
188 * number of open tabs.
196 // Return false if we have maxed out on tabs
226 * Remove the parent child relationships from all tabs.
247 // Remove t from our list of tabs
    [all...]
  /development/pdk/docs/porting/
group__memory.jd 7 <div class="tabs">
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarTabs.java 33 * This demonstrates the use of action bar tabs and how they interact
75 * A TabListener receives event callbacks from the action bar as tabs
80 * the interactions between different tabs.
83 * fragment state of the non-visible tabs across activity instances.

Completed in 647 milliseconds

1 2 3 4 56 7 8 91011>>