Home
last modified time | relevance | path

Searched refs:FindBoundary (Results 1 – 12 of 12) sorted by relevance

/external/chromium/webkit/glue/
Dmultipart_response_delegate.h121 size_t FindBoundary();
Dmultipart_response_delegate.cc131 while ((boundary_pos = FindBoundary()) != std::string::npos) { in OnReceivedData()
282 size_t MultipartResponseDelegate::FindBoundary() { in FindBoundary() function in webkit_glue::MultipartResponseDelegate
Dmultipart_response_delegate_unittest.cc39 size_t FindBoundary() { return delegate_->FindBoundary(); } in FindBoundary() function in webkit_glue::MultipartResponseDelegateTester
200 delegate_tester.FindBoundary()); in TEST()
/external/chromium_org/webkit/child/
Dmultipart_response_delegate.h123 size_t FindBoundary();
Dmultipart_response_delegate.cc131 while ((boundary_pos = FindBoundary()) != std::string::npos) { in OnReceivedData()
282 size_t MultipartResponseDelegate::FindBoundary() { in FindBoundary() function in webkit_glue::MultipartResponseDelegate
Dmultipart_response_delegate_unittest.cc39 size_t FindBoundary() { return delegate_->FindBoundary(); } in FindBoundary() function in webkit_glue::MultipartResponseDelegateTester
200 delegate_tester.FindBoundary()); in TEST()
/external/chromium_org/ui/views/accessibility/
Dnative_view_accessibility_win.cc994 *start_offset = FindBoundary( in get_textAtOffset()
996 *end_offset = FindBoundary( in get_textAtOffset()
1020 *start_offset = FindBoundary( in get_textBeforeOffset()
1046 *end_offset = FindBoundary( in get_textAfterOffset()
1380 LONG NativeViewAccessibilityWin::FindBoundary( in FindBoundary() function in views::NativeViewAccessibilityWin
Dnative_view_accessibility_win.h389 LONG FindBoundary(const string16& text,
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_win.cc689 *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()
716 *start_offset = FindBoundary(text_str, boundary_type, offset, -1); in get_textBeforeOffset()
744 *end_offset = FindBoundary(text_str, boundary_type, offset, 1); in get_textAfterOffset()
1208 LONG BrowserAccessibilityWin::FindBoundary( in FindBoundary() function in BrowserAccessibilityWin
Dbrowser_accessibility_win.h476 LONG FindBoundary(const string16& text,
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_win.cc2068 *start_offset = FindBoundary( in get_textAtOffset()
2070 *end_offset = FindBoundary( in get_textAtOffset()
2098 *start_offset = FindBoundary( in get_textBeforeOffset()
2128 *end_offset = FindBoundary( in get_textAfterOffset()
3290 LONG BrowserAccessibilityWin::FindBoundary( in FindBoundary() function in content::BrowserAccessibilityWin
Dbrowser_accessibility_win.h836 LONG FindBoundary(const base::string16& text,