OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/tools/telemetry/telemetry/page/
page.py
53
def
is_file
(self):
member in class:Page
65
assert self.
is_file
75
assert self.
is_file
101
if not self.
is_file
:
103
all_urls = [p.url.rstrip('/') 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
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/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
589
bool
is_file
= true;
local
593
is_file
= false;
595
if (
is_file
&& !ValidPathForFile(trimmed, &full_path)) {
610
is_file
= false;
617
if (
is_file
) {
/external/chromium_org/google_apis/drive/
gdata_wapi_parser.h
492
bool
is_file
() const {
function in class:google_apis::ResourceEntry
497
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 574 milliseconds