HomeSort by relevance Sort by last modified time
    Searched refs:is_file (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/ppapi/shared_impl/
url_request_info_data.cc 19 : is_file(false),
26 : is_file(false),
37 : is_file(true),
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/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/storage/common/database/
database_identifier.h 43 bool is_file);
database_identifier.cc 117 bool is_file)
122 is_file_(is_file) {
  /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]
page_set.py 113 if not page.is_file:
page_runner.py 149 if self.page.is_file:
319 if page.is_file:
  /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());
resource_message_params.cc 123 if (!serialized.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_unittest.cc 272 if (a.is_file() != b.is_file())
276 if (a.is_file()) {
310 if (desc.is_file() != info.is_file())
312 if (desc.is_file()) {
    [all...]
  /external/chromium_org/ppapi/nacl_irt/
manifest_service.cc 121 if (ipc_fd.is_file())
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py 151 # is_file = redirect_file.startswith(file_prefix)
153 is_file = (not (redirect_file.startswith(dev_prefix) or
155 if is_file:
164 bare_file = None # ensure error if used without checking is_file
169 if is_file:
  /external/chromium_org/tools/code_coverage/
croc_html.py 186 def AddSectionHeader(self, table, caption, itemtype, is_file=False):
193 is_file: Are items in this section files?
215 if is_file:
302 self.AddSectionHeader(table, None, None, is_file=True)
396 is_file=True)
  /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/chrome/test/chromedriver/
element_commands.cc 303 bool is_file = false;
305 session, web_view, element_id, "type", "file", &is_file);
308 if (is_input && is_file) {
  /external/chromium_org/content/renderer/pepper/
url_request_info_util.cc 195 if (item.is_file) {
  /external/chromium_org/tools/perf/measurements/
page_cycler.py 99 if page.is_file:
page_cycler_unittest.py 41 self.is_file = url.startswith('file://')
  /external/chromium_org/third_party/cython/src/pyximport/
pyximport.py 293 is_file = os.path.isfile
303 if is_file(path+sep+pyx_module_name):
  /external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.h 179 bool is_file,
  /external/chromium_org/tools/telemetry/telemetry/util/
find_dependencies.py 95 if page.is_file:
  /external/chromium_org/content/common/indexed_db/
indexed_db_messages.h 130 IPC_STRUCT_MEMBER(bool, 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 729 milliseconds

1 2