OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:modified_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/disk_cache/
storage_block.h
86
bool
modified_
;
member in class:disk_cache::StorageBlock
/external/chromium/net/disk_cache/
storage_block.h
80
bool
modified_
;
member in class:disk_cache::StorageBlock
/external/chromium_org/net/http/
http_cache_unittest.cc
360
modified_
= false;
365
modified_
= false;
373
void set_modified(bool value) {
modified_
= value; }
385
static bool
modified_
;
member in class:__anon11167::RangeTransactionServer
390
bool RangeTransactionServer::
modified_
= false;
member in class:__anon11167::RangeTransactionServer
456
if (!request->extra_headers.HasHeader("If-None-Match") ||
modified_
) {
[
all
...]
/external/chromium/net/http/
http_cache_unittest.cc
827
modified_
= false;
832
modified_
= false;
840
void set_modified(bool value) {
modified_
= value; }
852
static bool
modified_
;
member in class:__anon5512::RangeTransactionServer
857
bool RangeTransactionServer::
modified_
= false;
member in class:__anon5512::RangeTransactionServer
915
if (!request->extra_headers.HasHeader("If-None-Match") ||
modified_
) {
[
all
...]
/external/chromium/sdch/open-vcdiff/src/
gflags.cc
507
bool
modified_
; // Set after default assignment?
member in class:google::__anon5676::CommandLineFlag
523
: name_(name), help_(help), file_(filename),
modified_
(false),
566
result->is_default = !
modified_
;
573
if (!
modified_
&& !current_->Equal(*defvalue_)) {
574
modified_
= true;
580
if (
modified_
!= src.
modified_
)
modified_
= src.
modified_
;
823
flag->
modified_
= true
[
all
...]
/external/open-vcdiff/gflags/src/
gflags.cc
507
bool
modified_
; // Set after default assignment?
member in class:__anon25706::CommandLineFlag
523
: name_(name), help_(help), file_(filename),
modified_
(false),
566
result->is_default = !
modified_
;
573
if (!
modified_
&& !current_->Equal(*defvalue_)) {
574
modified_
= true;
580
if (
modified_
!= src.
modified_
)
modified_
= src.
modified_
;
823
flag->
modified_
= true
[
all
...]
Completed in 378 milliseconds