HomeSort by relevance Sort by last modified time
    Searched refs:text_str (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
d8-debug.cc 152 String::Utf8Value text_str(response_details->Get(String::New("text")));
153 if (text_str.length() > 0) {
154 printf("%s\n", *text_str);
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.cc 641 const string16& text_str = TextForIAccessibleText(); local
652 LONG len = text_str.length();
658 string16 substr = text_str.substr(start_offset, end_offset - start_offset);
687 const string16& text_str = TextForIAccessibleText(); local
689 *start_offset = FindBoundary(text_str, boundary_type, offset, -1);
690 *end_offset = FindBoundary(text_str, boundary_type, offset, 1);
714 const string16& text_str = TextForIAccessibleText(); local
716 *start_offset = FindBoundary(text_str, boundary_type, offset, -1);
741 const string16& text_str = TextForIAccessibleText(); local
744 *end_offset = FindBoundary(text_str, boundary_type, offset, 1)
    [all...]

Completed in 82 milliseconds