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

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/sessions/
session_service_unittest.cc 116 EXPECT_EQ(1U, windows[0]->tabs.size());
120 SessionTab* tab = windows[0]->tabs[0];
163 ASSERT_EQ(1U, windows[0]->tabs.size());
166 SessionTab* tab = windows[0]->tabs[0];
216 ASSERT_EQ(1U, windows[0]->tabs.size());
218 SessionTab* tab = windows[0]->tabs[0];
246 ASSERT_EQ(1U, windows[0]->tabs.size());
248 SessionTab* tab = windows[0]->tabs[0];
285 ASSERT_EQ(1U, windows[0]->tabs.size());
286 ASSERT_EQ(1U, windows[1]->tabs.size())
    [all...]
tab_restore_service.h 27 // tabs and windows. When a tab is closed
108 // The tabs that comprised the window, in order.
109 std::vector<Tab> tabs; member in struct:TabRestoreService::Window
141 // of tabs has changed.
161 // Loads the tabs and previous session. This does nothing if the tabs
183 // Indicates we've asked for the last sessions and tabs but haven't gotten
187 // Indicates we finished loading the last tabs (but not necessarily the
192 // last tabs).
203 // Notifies observers the tabs have changed
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 15 #include "chrome/browser/tabs/tab_strip_model.h"
17 #include "chrome/browser/ui/gtk/tabs/tab_gtk.h"
42 // TODO(tc): Pass in theme provider so we can properly theme the tabs.
60 // Sets the bounds of the tabs.
76 // Compatible tab strips can transfer tabs during drag and drop.
79 // Returns true if Tabs in this TabStrip are currently changing size or
156 // Horizontal gap between mini-tabs and normal tabs.
209 // which indicates the drop should create a new tab at the end of the tabs.
267 // Paints the tab favicon areas for tabs in |tabs_to_paint|
    [all...]
  /external/chromium/chrome/browser/
tab_closeable_state_watcher.h 13 // Base class for watching closeable state of tabs, which always returns true
14 // to allow closing for all tabs and browsers. Classes that desire otherwise
16 // allow or disallow tabs or browsers to be closed.
oom_priority_manager.h 22 // The algorithm used favors killing tabs that are not pinned, have
26 // them, as no two tabs will have exactly the same idle time.
  /external/chromium/chrome/browser/tabs/
default_tab_handler.h 10 #include "chrome/browser/tabs/tab_handler.h"
11 #include "chrome/browser/tabs/tab_strip_model_delegate.h"
12 #include "chrome/browser/tabs/tab_strip_model_observer.h"
  /development/pdk/doxygen_config/
header.html 9 .tabs {
  /external/chromium/chrome/browser/debugger/
inspectable_tab_proxy.h 21 // Proxies debugged tabs' NavigationControllers using their UIDs.
22 // Keeps track of tabs being debugged so that we can detach from
34 // for extended periods of time as tabs might get closed thus invalidating
49 // send the corresponding message to the V8 debugger for each of the tabs
  /external/chromium/chrome/browser/printing/
print_preview_tab_controller.h 9 // 1:1 relationship between PP tabs and initiating tabs. This class manages PP
10 // tabs and initiator tabs.
  /external/chromium/chrome/browser/resources/help_app/
manifest.json 14 "tabs",
  /external/chromium/chrome/browser/resources/picasaweb_uploader/
manifest.json 27 "tabs",
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
tabs.js 36 TABS: Tabs,
105 * Creates a new tabs element.
110 var Tabs = cr.ui.define('tabs');
111 Tabs.prototype = {
116 // Make the Tabs element fousable.
215 Tabs: Tabs,
  /external/chromium/chrome/browser/sync/tools/
sync_tools.gyp 25 # indent-tabs-mode:nil
  /external/chromium/chrome/browser/ui/tabs/
dock_info_mac.cc 5 #include "chrome/browser/ui/tabs/dock_info.h"
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_gtk.cc 5 #include "chrome/browser/ui/views/tabs/native_view_photobooth_gtk.h"
  /external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/
background.html 40 chrome.tabs.create({ url: action_url });
43 // blank tabs being left behind.
45 chrome.tabs.update(tab_id, { url: action_url });
70 chrome.tabs.executeScript(null, {file: "content_script.js"});
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
manifest.json 13 "tabs",
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
manifest.json 7 "tabs",
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.gyp 26 # indent-tabs-mode:nil
  /external/chromium/third_party/modp_b64/
modp_b64.gyp 25 # indent-tabs-mode:nil
  /external/webkit/Source/WebCore/manual-tests/compositing/
assert-on-tab-switch.html 18 You should not hit an assertion if you load this file in a tab, then switch back and forth between other tabs.</p>
  /frameworks/base/core/java/android/app/
TabActivity.java 27 * or later, tabs are typically presented in the UI using the new
29 * related APIs for placing tabs within their action bar area.</p>
39 * the shown content when the user switches between tabs.
45 * Fragment Tabs Pager</a> sample for an example of using the support library's ViewPager to
46 * allow the user to swipe the content to switch between tabs.</p>
157 * Returns the {@link TabHost} the activity is using to host its tabs.
159 * @return the {@link TabHost} the activity is using to host its tabs.
167 * Returns the {@link TabWidget} the activity is using to draw the actual tabs.
169 * @return the {@link TabWidget} the activity is using to draw the actual tabs.
  /frameworks/base/media/tests/MediaDump/res/layout/
main.xml 12 android:id="@android:id/tabs"
  /frameworks/base/docs/html/training/design-navigation/
descendant-lateral.jd 20 <li><a href="#tabs">Tabs</a></li>
29 <li><a href="{@docRoot}design/building-blocks/tabs.html">Android Design: Tabs</a></li>
55 <p>Descendant and lateral navigation can be provided using lists, tabs, and other user interface patterns. <em>User interface patterns</em>, much like software design patterns, are generalized, common solutions to recurring interaction design problems. We explore a few common lateral navigation patterns in the sections below.</p>
103 <h2 id="tabs">Tabs</h2>
108 href="{@docRoot}design/building-blocks/tabs.html">Tabs</a> guide.</p>
111 <p>Using tabs is a very popular solution for lateral navigation. This pattern allows grouping of sibling screens (…)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
background.html 110 chrome.tabs.getSelected(null, function(tab) {
114 var tabs = chrome.extension.getExtensionTabs();
115 if (tabs && tabs.length) {
117 // 'setUrl' ". Sometimes tabs are not the desired extension tabs.
118 if (tabs[0].$suburl != undefined) {
119 tabs[0].setUrl(testUrl);
122 chrome.tabs.getAllInWindow(null, function(all) {
125 chrome.tabs.update(all[i].id, {selected: true})
    [all...]

Completed in 699 milliseconds

1 2 3 45 6 7 8 91011>>