OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dirty_
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/content/renderer/pepper/
ppb_scrollbar_impl.h
64
gfx::Rect
dirty_
;
member in class:content::PPB_Scrollbar_Impl
/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
/external/chromium_org/net/disk_cache/v3/
entry_impl_v3.h
67
return
dirty_
;
213
bool
dirty_
; // True if we detected that this is a dirty entry.
member in class:disk_cache::EntryImpl
/external/chromium_org/net/disk_cache/
entry_impl.h
98
return
dirty_
;
268
bool
dirty_
; // True if we detected that this is a dirty entry.
member in class:disk_cache::EntryImpl
/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
/external/chromium_org/sync/syncable/
entry_kernel.h
197
if (!
dirty_
&& dirty_index) {
201
dirty_
= true;
208
if (
dirty_
&& dirty_index) {
212
dirty_
= false;
216
return
dirty_
;
325
bool
dirty_
;
member in struct:syncer::syncable::EntryKernel
/art/runtime/hprof/
hprof.cc
187
dirty_
= false;
207
dirty_
= true;
212
if (
dirty_
) {
228
dirty_
= false;
362
bool
dirty_
;
member in class:art::hprof::HprofRecord
[
all
...]
/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
...]
/external/chromium_org/third_party/libwebp/enc/
vp8enci.h
210
int
dirty_
; // if true, need to call VP8CalculateLevelCosts()
member in struct:__anon12127
/external/webp/src/enc/
vp8enci.h
210
int
dirty_
; // if true, need to call VP8CalculateLevelCosts()
member in struct:__anon28574
Completed in 478 milliseconds