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

  /external/chromium/webkit/glue/
multipart_response_delegate.h 121 size_t FindBoundary();
multipart_response_delegate.cc 131 while ((boundary_pos = FindBoundary()) != std::string::npos) {
282 size_t MultipartResponseDelegate::FindBoundary() {
multipart_response_delegate_unittest.cc 39 size_t FindBoundary() { return delegate_->FindBoundary(); }
183 // FindBoundary tests
200 delegate_tester.FindBoundary());
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.cc 689 *start_offset = FindBoundary(text_str, boundary_type, offset, -1);
690 *end_offset = FindBoundary(text_str, boundary_type, offset, 1);
716 *start_offset = FindBoundary(text_str, boundary_type, offset, -1);
744 *end_offset = FindBoundary(text_str, boundary_type, offset, 1);
1208 LONG BrowserAccessibilityWin::FindBoundary(
    [all...]
browser_accessibility_win.h 476 LONG FindBoundary(const string16& text,

Completed in 9842 milliseconds