OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dirty_
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/sync/sessions/
session_state.h
181
bool*
dirty_
;
member in class:browser_sync::sessions::ConflictProgress
252
explicit DirtyOnWrite(bool* dirty) :
dirty_
(dirty) {}
253
DirtyOnWrite(bool* dirty, const T& t) : t_(t),
dirty_
(dirty) {}
255
*
dirty_
= true;
261
bool*
dirty_
;
member in class:browser_sync::sessions::DirtyOnWrite
session_state.cc
164
ConflictProgress::ConflictProgress(bool* dirty_flag) :
dirty_
(dirty_flag) {}
226
*
dirty_
= true;
232
*
dirty_
= true;
/external/chromium/chrome/browser/sync/syncable/
syncable.h
240
if (!
dirty_
&& dirty_index) {
244
dirty_
= true;
251
if (
dirty_
&& dirty_index) {
255
dirty_
= false;
259
return
dirty_
;
343
bool
dirty_
;
member in struct:syncable::EntryKernel
[
all
...]
syncable.cc
177
EntryKernel::EntryKernel() :
dirty_
(false) {
[
all
...]
/external/chromium/net/disk_cache/
entry_impl.h
91
return
dirty_
;
256
bool
dirty_
; // True if we detected that this is a dirty entry.
member in class:disk_cache::EntryImpl
entry_impl.cc
296
doomed_(false), read_only_(read_only),
dirty_
(false) {
550
dirty_
= true;
553
dirty_
= true;
556
dirty_
= true;
918
} else if (node_.HasData() && !
dirty_
) {
[
all
...]
/external/chromium/chrome/browser/resources/ntp/
apps.js
355
dirty_
: true,
357
this.
dirty_
= true;
570
if (!this.
dirty_
&& options.force != true)
579
this.
dirty_
= false;
most_visited.js
200
dirty_
: false,
202
this.
dirty_
= true;
228
if (!this.
dirty_
)
232
this.
dirty_
= false;
Completed in 399 milliseconds