Searched refs:text_str (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility_win.cc | 641 const string16& text_str = TextForIAccessibleText(); in get_text() local 652 LONG len = text_str.length(); in get_text() 658 string16 substr = text_str.substr(start_offset, end_offset - start_offset); in get_text() 687 const string16& text_str = TextForIAccessibleText(); in get_textAtOffset() local 689 *start_offset = FindBoundary(text_str, boundary_type, offset, -1); in get_textAtOffset() 690 *end_offset = FindBoundary(text_str, boundary_type, offset, 1); in get_textAtOffset() 714 const string16& text_str = TextForIAccessibleText(); in get_textBeforeOffset() local 716 *start_offset = FindBoundary(text_str, boundary_type, offset, -1); in get_textBeforeOffset() 741 const string16& text_str = TextForIAccessibleText(); in get_textAfterOffset() local 744 *end_offset = FindBoundary(text_str, boundary_type, offset, 1); in get_textAfterOffset()
|
/external/v8/src/ |
D | d8-debug.cc | 152 String::Utf8Value text_str(response_details->Get(String::New("text"))); in HandleDebugEvent() local 153 if (text_str.length() > 0) { in HandleDebugEvent() 154 printf("%s\n", *text_str); in HandleDebugEvent()
|