HomeSort by relevance Sort by last modified time
    Searched full:break_type (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/base/i18n/
break_iterator.cc 17 BreakIterator::BreakIterator(const string16& str, BreakType break_type)
20 break_type_(break_type),
42 UBreakIteratorType break_type; local
45 break_type = UBRK_CHARACTER;
48 break_type = UBRK_WORD;
52 case RULE_BASED: // (Keep compiler happy, break_type not used in this case)
53 break_type = UBRK_LINE;
71 iter_ = ubrk_open(break_type,
break_iterator.h 74 BreakIterator(const string16& str, BreakType break_type);
  /external/chromium_org/ui/gfx/
text_elider.h 156 // to the specified |break_type|, which must be either WORD_BREAK or
162 BreakType break_type);
render_text.cc 522 void RenderText::MoveCursor(BreakType break_type,
527 if (break_type != LINE_BREAK && !selection().is_empty() && !select) {
536 if (break_type == WORD_BREAK)
537 cursor = GetAdjacentSelectionModel(cursor, break_type, direction);
542 cursor = GetAdjacentSelectionModel(cursor, break_type, direction);
919 BreakType break_type,
923 if (break_type == LINE_BREAK || text().empty())
925 if (break_type == CHARACTER_BREAK)
927 DCHECK(break_type == WORD_BREAK);
    [all...]
text_elider.cc 760 BreakType break_type) {
761 DCHECK(break_type == CHARACTER_BREAK || break_type == WORD_BREAK);
781 if (break_type == WORD_BREAK) {
render_text.h 284 void MoveCursor(BreakType break_type,
469 // Get the selection model that visually neighbors |position| by |break_type|.
472 BreakType break_type,
  /external/lldb/source/Commands/
CommandObjectBreakpoint.cpp 375 BreakpointSetType break_type = eSetTypeInvalid; local
378 break_type = eSetTypeFileAndLine;
380 break_type = eSetTypeAddress;
382 break_type = eSetTypeFunctionName;
384 break_type = eSetTypeFunctionRegexp;
386 break_type = eSetTypeSourceRegexp;
388 break_type = eSetTypeException;
394 switch (break_type)
542 if (bp->GetNumLocations() == 0 && break_type != eSetTypeException)
1528 BreakpointClearType break_type = eClearTypeInvalid; local
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_model.h 112 void MoveCursor(gfx::BreakType break_type,
textfield_model.cc 370 void TextfieldModel::MoveCursor(gfx::BreakType break_type,
375 render_text_->MoveCursor(break_type, direction, select);
  /external/lldb/tools/debugserver/source/
RNBRemote.cpp 3255 char break_type = *p++; local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
python 
python2 
python2.7 

Completed in 771 milliseconds