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.h68 WebFloatRect activeFindMatchRect();
DWebRemoteFrameImpl.h157 virtual WebFloatRect activeFindMatchRect() OVERRIDE;
DWebLocalFrameImpl.h206 virtual WebFloatRect activeFindMatchRect() OVERRIDE;
DWebRemoteFrameImpl.cpp757 WebFloatRect WebRemoteFrameImpl::activeFindMatchRect() in activeFindMatchRect() function in blink::WebRemoteFrameImpl
DTextFinder.cpp475 WebFloatRect TextFinder::activeFindMatchRect() in activeFindMatchRect() function in blink::TextFinder
DWebLocalFrameImpl.cpp1405 WebFloatRect WebLocalFrameImpl::activeFindMatchRect() in activeFindMatchRect() function in blink::WebLocalFrameImpl
1410 return m_textFinder->activeFindMatchRect(); in activeFindMatchRect()
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h592 virtual WebFloatRect activeFindMatchRect() = 0;
/external/chromium_org/content/renderer/
Drender_view_impl.cc2809 gfx::RectF active_rect = main_frame->activeFindMatchRect(); in OnFindMatchRects()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp3216 FloatRect activeMatch = mainFrame->activeFindMatchRect(); in TEST_F()