Searched refs:BreakType (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/base/i18n/
H A Dbreak_iterator.h60 enum BreakType { enum in class:base::i18n::BreakIterator
74 BreakIterator(const string16& str, BreakType break_type);
75 // Make a rule-based iterator. BreakType == RULE_BASED is implied.
139 BreakType break_type_;
H A Dbreak_iterator.cc17 BreakIterator::BreakIterator(const string16& str, BreakType break_type)
/external/chromium_org/ui/gfx/
H A Dtext_constants.h11 // TODO(msw): Merge with base::i18n::BreakIterator::BreakType.
12 enum BreakType { enum in namespace:gfx
H A Dtext_elider.h162 BreakType break_type);
H A Drender_text.h284 void MoveCursor(BreakType break_type,
472 BreakType break_type,
H A Dtext_elider.cc760 BreakType break_type) {
H A Drender_text.cc522 void RenderText::MoveCursor(BreakType break_type,
919 BreakType break_type,
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.h112 void MoveCursor(gfx::BreakType break_type,
H A Dtextfield_model.cc370 void TextfieldModel::MoveCursor(gfx::BreakType break_type,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h295 enum tgsi_break_type BreakType; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c3038 if (mach->BreakType == TGSI_EXEC_BREAK_INSIDE_LOOP) {
3044 assert(mach->BreakType == TGSI_EXEC_BREAK_INSIDE_SWITCH);
3064 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType;
3065 mach->BreakType = TGSI_EXEC_BREAK_INSIDE_SWITCH;
3114 mach->BreakType = mach->BreakStack[--mach->BreakStackTop];
3755 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType;
3794 mach->BreakType = mach->BreakStack[mach->BreakStackTop];
3956 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType;
3957 mach->BreakType = TGSI_EXEC_BREAK_INSIDE_LOOP;
3980 mach->BreakType
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h295 enum tgsi_break_type BreakType; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c3038 if (mach->BreakType == TGSI_EXEC_BREAK_INSIDE_LOOP) {
3044 assert(mach->BreakType == TGSI_EXEC_BREAK_INSIDE_SWITCH);
3064 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType;
3065 mach->BreakType = TGSI_EXEC_BREAK_INSIDE_SWITCH;
3114 mach->BreakType = mach->BreakStack[--mach->BreakStackTop];
3755 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType;
3794 mach->BreakType = mach->BreakStack[mach->BreakStackTop];
3956 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType;
3957 mach->BreakType = TGSI_EXEC_BREAK_INSIDE_LOOP;
3980 mach->BreakType
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen.h2095 enum BreakType { BREAK, CONTINUE }; enum in class:v8::internal::HOptimizedGraphBuilder::BASE_EMBEDDED
2096 HBasicBlock* Get(BreakableStatement* stmt, BreakType type,
H A Dhydrogen.cc4643 BreakType type,

Completed in 245 milliseconds