Searched refs:findMatchMarkersVersion (Results 1 - 8 of 8) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.h67 int findMatchMarkersVersion() const { return m_findMatchMarkersVersion; } function in class:blink::TextFinder
H A DWebLocalFrameImpl.cpp1390 int WebLocalFrameImpl::findMatchMarkersVersion() const function in class:WebLocalFrameImpl
1395 return m_textFinder->findMatchMarkersVersion();
H A DWebLocalFrameImpl.h205 virtual int findMatchMarkersVersion() const OVERRIDE;
H A DWebRemoteFrameImpl.cpp751 int WebRemoteFrameImpl::findMatchMarkersVersion() const function in class:blink::WebRemoteFrameImpl
H A DWebRemoteFrameImpl.h156 virtual int findMatchMarkersVersion() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp3200 int rectsVersion = mainFrame->findMatchMarkersVersion();
3220 EXPECT_EQ(mainFrame->findMatchMarkersVersion(), rectsVersion);
3283 EXPECT_TRUE(mainFrame->findMatchMarkersVersion() != rectsVersion);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h586 virtual int findMatchMarkersVersion() const = 0;
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc2800 int rects_version = main_frame->findMatchMarkersVersion();

Completed in 153 milliseconds