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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js 36 var tabs = Array.prototype.slice.call(tabNodeList, 0);
37 tabs.forEach(function(tab) {
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 5 #include "chrome/browser/ui/tabs/tab_strip_model.h"
21 #include "chrome/browser/ui/tabs/tab_strip_model_delegate.h"
22 #include "chrome/browser/ui/tabs/tab_strip_model_order_controller.h"
174 // The group is used to model a set of tabs spawned from a single parent
180 // logical group of related tabs.
190 // this tab. This is the case for tabs opened in the foreground at the end
191 // of the TabStrip while viewing another Tab. If these tabs are closed
282 // Force app tabs to be pinned.
383 // TODO(jamescook): This breaks script connections with other tabs.
470 // This would result in mini tabs mixed with non-mini tabs. We don't allo
969 std::vector<WebContents*> tabs; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 14 #include "chrome/browser/ui/tabs/tab_strip_model_observer.h"
15 #include "chrome/browser/ui/views/tabs/tab_strip_types.h"
46 // tabs (this is referred to as attached). When the user drags far enough such
47 // that the tabs should be moved out of the tab strip a new Browser is created
62 // Only the set of visible tabs should change. This is only applicable when
66 // Typical behavior where tabs are dragged around.
83 // Initializes TabDragController to drag the tabs in |tabs| originating from
85 // contained in |tabs|. |mouse_offset| is the distance of the mouse pointer
86 // from the origin of the first tab in |tabs| and |source_tab_offset| th
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
feed.js 243 chrome.tabs.create({url: url});
  /external/chromium_org/chrome/common/extensions/docs/server2/
availability_finder_test.py 19 from test_data.object_level_availability.tabs import TABS_SCHEMA_BRANCHES
65 # The earliest version represented with the tabs' test data is 13.
83 self._node_avail_finder.GetAPINodeAvailability('tabs')
123 self._avail_finder.GetAPIAvailability('tabs'))
221 availability_graph = self._node_avail_finder.GetAPINodeAvailability('tabs')
225 availability_graph.Lookup('tabs', 'properties',
229 availability_graph.Lookup('tabs', 'events', 'onActivated',
234 availability_graph.Lookup('tabs', 'events', 'onUpdated', 'parameters',
238 availability_graph.Lookup('tabs', 'events','onActivated'))
241 availability_graph.Lookup('tabs', 'functions', 'get', 'parameters'
    [all...]
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.cc 39 // The URL at which the set of synced tabs is displayed. We treat it differently
159 // Make sure the window has tabs and a viewable window. The viewable window
170 << (*i)->GetTabCount() << " tabs.";
194 // For tabs without WebContents update the |tab_id|, as it could have
214 // change processor calling AssociateTab for all modified tabs.
215 // Therefore, we can key whether this window has valid tabs based on
354 // Associate tabs first so the synced session tracker is aware of them.
365 // TODO(zea): consider a separate container for tabs with outstanding favicon
366 // loads so we don't have to iterate through all tabs comparing urls.
411 for (tabs_iter = win_iter->second->tabs.begin()
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 611 /** returns a function that expand tabs to spaces. This function can be fed
613 * keep track of how tabs are expanded.
615 * plain text and return the text with tabs expanded.
623 // walk over each character looking for tabs and newlines.
624 // On tabs, expand them. On newlines, reset charInLine.
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 611 /** returns a function that expand tabs to spaces. This function can be fed
613 * keep track of how tabs are expanded.
615 * plain text and return the text with tabs expanded.
623 // walk over each character looking for tabs and newlines.
624 // On tabs, expand them. On newlines, reset charInLine.
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js 611 /** returns a function that expand tabs to spaces. This function can be fed
613 * keep track of how tabs are expanded.
615 * plain text and return the text with tabs expanded.
623 // walk over each character looking for tabs and newlines.
624 // On tabs, expand them. On newlines, reset charInLine.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 191 chrome.tabs.create({url: item.referrer});
195 chrome.tabs.create({url: 'chrome://extensions#' + item.byExtensionId});
781 chrome.tabs.create({url: bad_version.href});
  /external/chromium_org/remoting/webapp/
remoting.js 487 if (chrome.tabs) {
488 chrome.tabs.getCurrent(tabCallback);
490 console.error('chome.tabs is not available.');
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 943 PagerTabStrip tabs = (PagerTabStrip) rootView.findViewById(R.id.tabs); local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TabHostTest.java 177 // add two additional tabs
203 assertEquals(android.R.id.tabs, tabHost.getTabWidget().getId());
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
chrome_browser_backend.py 287 for (i, _) in enumerate(self._browser.tabs):
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 78 def tabs(self): member in class:Browser
86 # which means that tabs that have never been in the foreground return
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 356 public void setEmbeddedTabView(ScrollingTabContainerView tabs) {
360 mTabScrollView = tabs;
361 mIncludeTabs = tabs != null;
367 tabs.setAllowCollapse(true);
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/css/
default.css 641 /* inner-doc tabs w/ title */
643 div#title-tabs-wrapper {
647 h1.with-title-tabs {
653 ul#title-tabs {
663 ul#title-tabs li {
669 ul#title-tabs li.selected {
672 ul#title-tabs li a {
675 ul#title-tabs li a:hover,
676 ul#title-tabs li a:active {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_manager.js 554 * @param {boolean=} opt_persist Persist the granularity to all running tabs;
566 * @param {boolean=} opt_persist Persist the granularity to all running tabs;
586 * @param {boolean=} opt_persist Persists setting to all running tabs; defaults
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
options.js 236 var subpagesNavTabs = document.querySelectorAll('.subpages-nav-tabs');
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 192 chrome.tabs.create({url: url});
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner_unittest.py 337 self._browser.tabs.New()
343 assert len(self._browser.tabs) == 1
  /frameworks/base/docs/html/design/
design_toc.cs 85 <li><a href="<?cs var:toroot ?>design/building-blocks/tabs.html">Tabs</a></li>
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 632 final ViewGroup tabs = (ViewGroup) launcher.findViewById(R.id.search_drop_target_bar); local
696 tabs.requestFocus();
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java 216 // Tabs' notion of whether they represent bookmarked sites.
268 // remaining incognito tabs.
306 // not null, but there aren't any tabs to restore.
336 List<Tab> tabs = mTabControl.getTabs(); local
337 ArrayList<Long> restoredTabs = new ArrayList<Long>(tabs.size());
338 for (Tab t : tabs) {
342 if (tabs.size() == 0) {
345 mUi.updateTabs(tabs);
662 // Save all the tabs
673 * @return Bundle containing the current state of all tabs
    [all...]
  /dalvik/docs/
prettify.js 372 /** returns a function that expand tabs to spaces. This function can be fed
374 * keep track of how tabs are expanded.
376 * plain text and return the text with tabs expanded.
384 // walk over each character looking for tabs and newlines.
385 // On tabs, expand them. On newlines, reset charInLine.
    [all...]

Completed in 1633 milliseconds

1 2 3 4 5 6 7 891011>>