Home
last modified time | relevance | path

Searched refs:activeFindMatchRect (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DTextFinder.h70 WebFloatRect activeFindMatchRect();
DWebRemoteFrameImpl.h156 virtual WebFloatRect activeFindMatchRect() OVERRIDE;
DWebRemoteFrameImpl.cpp709 WebFloatRect WebRemoteFrameImpl::activeFindMatchRect() in activeFindMatchRect() function in blink::WebRemoteFrameImpl
DWebLocalFrameImpl.h209 virtual WebFloatRect activeFindMatchRect() OVERRIDE;
DTextFinder.cpp476 WebFloatRect TextFinder::activeFindMatchRect() in activeFindMatchRect() function in blink::TextFinder
DWebLocalFrameImpl.cpp1459 WebFloatRect WebLocalFrameImpl::activeFindMatchRect() in activeFindMatchRect() function in blink::WebLocalFrameImpl
1464 return m_textFinder->activeFindMatchRect(); in activeFindMatchRect()
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h591 virtual WebFloatRect activeFindMatchRect() = 0;
/external/chromium_org/content/renderer/
Drender_view_impl.cc2558 gfx::RectF active_rect = main_frame->activeFindMatchRect(); in OnFindMatchRects()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp3290 FloatRect activeMatch = mainFrame->activeFindMatchRect(); in TEST_F()