HomeSort by relevance Sort by last modified time
    Searched refs:tabs (Results 226 - 250 of 349) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 537 Evil tabs
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 59 Expand tabs in input text to spaces before further processing.
149 Munge whitespace in text: expand tabs and convert all other
321 lines. Tabs in 'text' are expanded with string.expandtabs(),
348 default, tabs in 'text' are expanded with string.expandtabs(), and
361 wrapped paragraph. As with wrap(), tabs are expanded and other
381 Note that tabs and spaces are both treated as whitespace, but they
385 expanded tabs before searching for common leading whitespace.)
387 # Look for the longest leading string of spaces and tabs common to
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 593 def TextWrap(text, length=None, indent='', firstline_indent=None, tabs=' '):
597 new lines and tabs (e.g., we do not treat tabs as spaces).
605 tabs: replacement for tabs
632 # If the callee does not care about tabs we simply convert them to
633 # spaces If callee wanted tabs to be single space then we do that
635 if not tabs or tabs == ' ':
638 tabs_are_whitespace = not tabs.strip(
    [all...]
  /external/chromium_org/remoting/webapp/
remoting.js 427 if (chrome.tabs) {
428 chrome.tabs.getCurrent(tabCallback);
430 console.error('chome.tabs is not available.');
  /external/chromium_org/third_party/python_gflags/
gflags.py 593 def TextWrap(text, length=None, indent='', firstline_indent=None, tabs=' '):
597 new lines and tabs (e.g., we do not treat tabs as spaces).
605 tabs: replacement for tabs
632 # If the callee does not care about tabs we simply convert them to
633 # spaces If callee wanted tabs to be single space then we do that
635 if not tabs or tabs == ' ':
638 tabs_are_whitespace = not tabs.strip(
    [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 596 /* inner-doc tabs w/ title */
598 div#title-tabs-wrapper {
602 h1.with-title-tabs {
608 ul#title-tabs {
618 ul#title-tabs li {
624 ul#title-tabs li.selected {
627 ul#title-tabs li a {
630 ul#title-tabs li a:hover,
631 ul#title-tabs li a:active {
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 600 /* inner-doc tabs w/ title */
602 div#title-tabs-wrapper {
606 h1.with-title-tabs {
612 ul#title-tabs {
622 ul#title-tabs li {
628 ul#title-tabs li.selected {
631 ul#title-tabs li a {
634 ul#title-tabs li a:hover,
635 ul#title-tabs li a:active {
    [all...]
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 104 "chrome.tabs.remove": "tabs.html#method-remove",
105 "chrome.tabs.onDetached" : "tabs.html#event-onDetatched"
  /external/chromium_org/chrome/browser/resources/
flags.js 87 * Asks the C++ FlagsDOMHandler to restart the browser (restoring tabs).
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 206 chrome.tabs.create({
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.js 43 chrome.tabs.getCurrent(function (tab) {
  /external/chromium_org/chrome/test/functional/
perf.py 16 Some tests rely on repeatedly appending tabs to Chrome. Occasionally, these
613 with different types of tabs. It is assumed that the |open_tab_command|
621 num_tabs: The number of tabs to open, i.e., the number of times to invoke
774 """Tests that involve opening tabs."""
792 """Measures time to open 20 tabs."""
    [all...]
  /external/chromium_org/ppapi/generators/
idl_thunk.py 377 return '%s\n%s\n}' % (cgen.Indent('%s {' % signature, tabs=0),
378 cgen.Indent(body, tabs=1))
  /frameworks/base/docs/html/design/
design_toc.cs 54 <li><a href="<?cs var:toroot ?>design/building-blocks/tabs.html">Tabs</a></li>
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
feed.js 243 chrome.tabs.create({url: url});
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js 42 var tabs = Array.prototype.slice.call(tabNodeList, 0);
43 tabs.forEach(function(tab) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 13 #include "chrome/browser/ui/tabs/dock_info.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 two possible things
68 // Only the set of visible tabs should change. This is only applicable when
72 // Typical behavior where tabs are dragged around.
89 // Initializes TabDragController to drag the tabs in |tabs| originating
91 // is contained in |tabs|. |mouse_offset| is the distance of the mous
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
feed.js 243 chrome.tabs.create({url: url});
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 71 def tabs(self): member in class:Browser
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator_unittest.cc 97 win.tabs.push_back(tab.release());
102 win.tabs[0]->navigations.push_back(nav);
163 ASSERT_EQ(1U, session->windows[0]->tabs.size());
229 // Test that we exclude tabs with only chrome:// and file:// schemed navigations
  /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...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js 133 // Populate the main tabs.
231 // When viewing a log file, all tabs are hidden except the event view,
892 * Hides all tabs except the events and data tabs when viewing a log file, shows
902 // Shows/hides tabs not used when viewing a log file.
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 218 * Whether there are any recently closed tabs.
236 * Whether promo should be shown on Open Tabs page (externally set).
242 * Whether promo should show a virtual computer on Open Tabs (externally set).
248 * Promo-injected title of a virtual computer on an open tabs pane.
254 * Promo-injected last synced text of a virtual computer on an open tabs pane.
921 * Saves the recently closed tabs flag and updates promo visibility.
922 * @param {boolean} anyTabs Whether there are any recently closed tabs.
961 * Updates the recently closed tabs.
964 * closed tabs (see C++ handler for model description).
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 181 chrome.tabs.create({url: item.referrer});
185 chrome.tabs.create({url: 'chrome://extensions#' + item.byExtensionId});
752 chrome.tabs.create({url: bad_version.href});

Completed in 1681 milliseconds

1 2 3 4 5 6 7 8 91011>>