Searched defs:is_file (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/net/url_request/
H A Dfile_protocol_handler.cc27 const bool is_file = FileURLToFilePath(request->url(), &file_path); local
41 if (is_file &&
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_blob_info.h38 bool is_file() const { return is_file_; } function in class:content::IndexedDBBlobInfo
H A Dindexed_db_backing_store.h167 bool is_file() const { return is_file_; } function in class:content::IndexedDBBackingStore::Transaction::WriteDescriptor
H A Dindexed_db_backing_store.cc647 // { 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) {
2367 if (descriptor.is_file()) {
2703 if (iter->is_file()) {
3941 if (info_iter->is_file()) {
/external/chromium_org/storage/common/database/
H A Ddatabase_identifier.cc117 bool is_file)
122 is_file_(is_file) {
113 DatabaseIdentifier(const std::string& scheme, const std::string& hostname, int port, bool is_unique, bool is_file) argument
/external/chromium_org/ppapi/proxy/
H A Dserialized_handle.h67 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/
H A Durl_request_info_data.h33 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/
H A D__init__.py135 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/
H A Durl_fixer.cc609 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/chrome/browser/local_discovery/
H A Dprivet_http_impl.cc460 bool is_file,
463 ResponseType type = (is_file) ? RESPONSE_TYPE_FILE : RESPONSE_TYPE_STRING;
459 OnRawData(PrivetURLFetcher* fetcher, bool is_file, const std::string& data_str, const base::FilePath& file_path) argument
/external/chromium_org/content/browser/fileapi/
H A Dobfuscated_file_util_unittest.cc508 void TestTouchHelper(const FileSystemURL& url, bool is_file) { argument
539 if (is_file) // Directories in OFU don't support atime.
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_parser.h430 bool is_file() const { function in class:google_apis::ResourceEntry

Completed in 654 milliseconds