OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:committed_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.h
58
bool
committed_
;
member in class:chromeos::OverscanCalibrator
/external/chromium_org/chrome/browser/history/android/
android_provider_backend.h
185
bool
committed_
;
member in class:history::AndroidProviderBackend::ScopedTransaction
/external/chromium_org/third_party/tcmalloc/chromium/src/
pagemap.h
144
char
committed_
[sizeof(void*) << (BITS - kPageShift - 3)];
member in class:TCMalloc_PageMap1_LazyCommit
154
return
committed_
[page_num >> 3] & (1 << (page_num & 0x7));
159
committed_
[page_num >> 3] |= (1 << (page_num & 0x7));
176
ASSERT(sizeof(
committed_
) * 8 == (LENGTH * sizeof(*array_)) >> kPageShift);
178
memset(
committed_
, 0, sizeof(
committed_
));
185
// then we'll set some of the bits in
committed_
to remember this fact.
186
// Only the bits of
committed_
near end-points for calls to Ensure() are ever
/external/chromium_org/ui/compositor/
layer_unittest.cc
269
:
committed_
(false), started_(false), ended_(false), aborted_(false) {}
271
bool committed() const { return
committed_
; }
276
committed_
= false;
284
committed_
= true;
308
bool
committed_
;
member in class:ui::__anon14823::TestCompositorObserver
[
all
...]
/external/v8/src/
spaces.h
1953
bool
committed_
;
member in class:v8::internal::SemiSpace
[
all
...]
/external/chromium_org/v8/src/
spaces.h
2245
bool
committed_
;
member in class:v8::internal::SemiSpace
[
all
...]
Completed in 89 milliseconds