HomeSort by relevance Sort by last modified time
    Searched refs:sync_dir (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/v8/tools/
android-sync.sh 78 function sync_dir { function
103 sync_dir test/message
104 sync_dir test/mjsunit
105 sync_dir test/preparser
  /external/chromium_org/content/child/
database_util.h 25 bool sync_dir,
database_util.cc 33 bool sync_dir,
38 vfs_file_name, sync_dir, &rv));
  /external/chromium_org/webkit/browser/database/
vfs_backend.h 29 static int DeleteFile(const base::FilePath& file_path, bool sync_dir);
vfs_backend.cc 122 int VfsBackend::DeleteFile(const base::FilePath& file_path, bool sync_dir) {
130 if (sync_dir) {
  /external/chromium_org/content/browser/renderer_host/
database_message_filter.h 48 const bool& sync_dir,
85 bool sync_dir,
database_message_filter.cc 167 const bool& sync_dir,
169 DatabaseDeleteFile(vfs_file_name, sync_dir, reply_msg, kNumDeleteRetries);
173 bool sync_dir,
200 error_code = VfsBackend::DeleteFile(db_file, sync_dir);
208 vfs_file_name, sync_dir, reply_msg, reschedule_count - 1),
  /external/chromium_org/content/ppapi_plugin/
ppapi_webkitplatformsupport_impl.h 47 bool sync_dir);
ppapi_webkitplatformsupport_impl.cc 235 const WebKit::WebString& vfs_file_name, bool sync_dir) {
  /external/chromium/webkit/glue/
webkitclient_impl.h 35 bool sync_dir);
webkitclient_impl.cc 506 const WebKit::WebString& vfs_file_name, bool sync_dir) {
  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.cc 183 const WebString& vfs_file_name, bool sync_dir) {
185 vfs_file_name, sync_dir, sync_message_filter_.get());
worker_webkitplatformsupport_impl.h 66 bool sync_dir);
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.h 41 bool sync_dir);
webkitplatformsupport_impl.cc 763 const WebKit::WebString& vfs_file_name, bool sync_dir) {
    [all...]
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 78 bool sync_dir);
renderer_webkitplatformsupport_impl.cc 615 const WebString& vfs_file_name, bool sync_dir) {
617 vfs_file_name, sync_dir, sync_message_filter_.get());
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h     [all...]

Completed in 535 milliseconds