HomeSort by relevance Sort by last modified time
    Searched full:split (Results 2226 - 2250 of 5986) sorted by null

<<81828384858687888990>>

  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_touch.h 37 // because that's what was easiest when they were split.
tab_contents_view_views.h 35 // because that's what was easiest when they were split.
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 825 $split = explode('=', $pair, 2); variable
826 $parameter = OAuthUtil::urldecode_rfc3986($split[0]);
827 $value = isset($split[1]) ? OAuthUtil::urldecode_rfc3986($split[1]) : '';
  /external/chromium/chrome/common/extensions/docs/static/
manifest.html 42 "<a href="#incognito">incognito</a>": "spanning" <em>or</em> "split",
176 Either "spanning" or "split", to specify how this extension will
188 The default for installable web apps is "split",
199 <em>split</em> incognito behavior. If your extension or app needs to be logged
  /external/chromium/net/disk_cache/
sparse_control.h 29 // Basically, sparse IO is directed from EntryImpl to this class, and we split
  /external/chromium/net/http/
http_request_headers.h 124 // delimited string of header lines. It will split up the string by "\r\n"
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class_test.py 39 return '\n'.join([s.lstrip() for s in lines.split('\n')])
  /external/chromium/webkit/glue/
multipart_response_delegate.h 127 // gets split in the middle of a header.
  /external/chromium-trace/trace-viewer/src/tracing/
color_scheme.js 12 // The color palette is split in half, with the upper
  /external/chromium-trace/trace-viewer/src/tracing/importer/v8/
log_reader.js 106 this.processLog_(chunk.split('\n'));
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_util.py 45 _TEST_DATA_DIR = os.path.join(os.path.split(__file__)[0], 'testdata')
  /external/chromium_org/base/process/
internal_linux.cc 99 // Split the rest.
  /external/chromium_org/base/strings/
string_split.cc 105 // values; just record that our split failed.
  /external/chromium_org/base/
sync_socket.h 123 // TODO(cpu): remove this once chrome is split in two dlls.
  /external/chromium_org/build/android/pylib/
flag_changer.py 103 * Flags are split using whitespace, unless the whitespace is within a
  /external/chromium_org/build/android/pylib/gtest/
test_package_apk.py 75 args = shlex.split(adb.Adb()._target_arg)
test_runner.py 171 all_tests = set(test.split(':'))
  /external/chromium_org/build/android/pylib/host_driven/
test_case.py 131 suite, test_name = test.split('.')
  /external/chromium_org/cc/resources/
picture_pile.cc 54 // Split this inflated invalidation across tile boundaries and apply it
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_directory_operation.cc 166 // Split the first component and remaining ones of |relative_file_path|.
  /external/chromium_org/chrome/browser/chromeos/login/
default_pinned_apps_field_trial.cc 140 // Split 50/50 between "Control" and "Alternamte" group for new user.
  /external/chromium_org/chrome/browser/chromeos/
version_loader.cc 91 // Split the lines and look for the one that starts with prefix. The version
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
video_player.js 211 document.title = decodeURIComponent(src.split('/').pop());
  /external/chromium_org/chrome/browser/resources/file_manager/
manifest.json 8 "incognito" : "split",
  /external/chromium_org/chrome/browser/resources/suggestions_internals/
suggestions_internals.js 136 var path = columnName.split('.');

Completed in 1775 milliseconds

<<81828384858687888990>>