OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:committed_size_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/base/ime/win/
tsf_text_store.cc
31
committed_size_
(0),
285
if (!((static_cast<LONG>(
committed_size_
) <= acp_start) &&
298
const uint32 start_pos = acp_start -
committed_size_
;
299
const uint32 end_pos = acp_end -
committed_size_
;
311
} else if (string_buffer_.size() ==
committed_size_
) {
439
const LONG committed_size = static_cast<LONG>(
committed_size_
);
503
const size_t last_committed_size =
committed_size_
;
525
const size_t new_committed_size =
committed_size_
;
564
committed_size_
= 0;
633
if (!((static_cast<LONG>(
committed_size_
) <= start_pos) &
[
all
...]
tsf_text_store.h
252
// |
committed_size_
|: 3
254
size_t
committed_size_
;
member in class:ui::TSFTextStore
267
// |
committed_size_
|: 3
tsf_text_store_unittest.cc
132
size_t* committed_size() { return &text_store_->
committed_size_
; }
152
size_t* committed_size() { return &text_store_->
committed_size_
; }
[
all
...]
/external/chromium_org/win8/metro_driver/ime/
text_store.cc
26
committed_size_
(0),
296
if (!((static_cast<LONG>(
committed_size_
) <= acp_start) &&
309
const uint32 start_pos = acp_start -
committed_size_
;
310
const uint32 end_pos = acp_end -
committed_size_
;
322
} else if (string_buffer_.size() ==
committed_size_
) {
441
const LONG committed_size = static_cast<LONG>(
committed_size_
);
505
const uint32 last_committed_size =
committed_size_
;
527
const uint32 new_committed_size =
committed_size_
;
559
committed_size_
= 0;
627
if (!((static_cast<LONG>(
committed_size_
) <= start_pos) &
[
all
...]
text_store.h
263
// |
committed_size_
|: 3
265
uint32
committed_size_
;
member in class:metro_driver::TextStore
279
// |
committed_size_
|: 3
Completed in 29 milliseconds