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

  /external/chromium_org/net/url_request/
file_protocol_handler.cc 22 const bool is_file = FileURLToFilePath(request->url(), &file_path); local
36 if (is_file &&
  /external/chromium_org/tools/telemetry/telemetry/page/
page.py 70 def is_file(self): member in class:Page
104 for p in self.page_set if p.is_file]
  /external/chromium/net/url_request/
url_request_file_job.cc 101 const bool is_file = FileURLToFilePath(request->url(), &file_path); local
115 if (is_file &&
  /external/chromium_org/ppapi/proxy/
serialized_handle.h 55 bool is_file() const { return type_ == FILE; } function in class:ppapi::proxy::SerializedHandle
65 DCHECK(is_socket() || is_channel_handle() || is_file());
  /external/chromium_org/ppapi/shared_impl/
url_request_info_data.h 31 bool is_file; member in struct:ppapi::URLRequestInfoData::BodyItem
35 // Is is_file is set, these variables are set. Note that the resource
  /external/chromium/chrome/browser/net/
url_fixer_upper.cc 533 bool is_file = true; local
550 is_file = false;
557 if (is_file) {
  /external/chromium_org/chrome/common/net/
url_fixer_upper.cc 588 bool is_file = true; local
592 is_file = false;
594 if (is_file && !ValidPathForFile(trimmed, &full_path)) {
609 is_file = false;
616 if (is_file) {
  /external/chromium_org/chrome/test/webdriver/commands/
webelement_commands.cc 493 bool is_file = false; local
494 error = HasAttributeWithLowerCaseValueASCII("type", "file", &is_file);
502 if (is_input && is_file) {
  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_parser.h 497 bool is_file() const { function in class:google_apis::ResourceEntry
502 return !is_file() && !is_folder() && !is_hosted_document();
  /external/qemu/block/
vvfat.c 484 static char is_file(const direntry_t* direntry) function
    [all...]

Completed in 464 milliseconds