HomeSort by relevance Sort by last modified time
    Searched defs:is_file (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/net/url_request/
file_protocol_handler.cc 27 const bool is_file = FileURLToFilePath(request->url(), &file_path); local
41 if (is_file &&
  /external/chromium_org/content/browser/indexed_db/
indexed_db_blob_info.h 38 bool is_file() const { return is_file_; } function in class:content::IndexedDBBlobInfo
indexed_db_backing_store.h 167 bool is_file() const { return is_file_; } function in class:content::IndexedDBBackingStore::Transaction::WriteDescriptor
indexed_db_backing_store.cc 647 // { is_file [bool], key [int64 as varInt],
659 EncodeBool(info.is_file(), &ret);
662 if (info.is_file())
676 bool is_file; local
682 if (!DecodeBool(&slice, &is_file))
689 if (is_file) {
    [all...]
  /external/chromium_org/ppapi/proxy/
serialized_handle.h 67 bool is_file() const { return type_ == FILE; } function in class:ppapi::proxy::SerializedHandle
77 DCHECK(is_socket() || is_file());
  /external/chromium_org/ppapi/shared_impl/
url_request_info_data.h 33 bool is_file; member in struct:ppapi::URLRequestInfoData::BodyItem
38 // |is_file| is set.
40 // This struct holds no ref to this resource. Only valid when |is_file| is
  /external/chromium_org/tools/telemetry/telemetry/page/
__init__.py 135 def is_file(self): member in class:Page
147 assert self.is_file
157 assert self.is_file
183 if not self.is_file:
185 all_urls = [p.url.rstrip('/') for p in self.page_set if p.is_file]
  /external/chromium_org/components/url_fixer/
url_fixer.cc 609 bool is_file = true; local
613 is_file = false;
615 if (is_file && !ValidPathForFile(trimmed, &full_path)) {
630 is_file = false;
637 if (is_file) {
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 430 bool is_file() const { function in class:google_apis::ResourceEntry

Completed in 88 milliseconds