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

  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.h 65 void increaseMatchCount(int identifier, int count);
222 // frames on the page, and is only incremented by calling IncreaseMatchCount
TextFinder.cpp 335 mainFrameImpl->increaseMatchCount(matchCount, identifier);
391 void TextFinder::increaseMatchCount(int identifier, int count)
729 m_ownerFrame.increaseMatchCount(0, identifier);
WebLocalFrameImpl.h 203 virtual void increaseMatchCount(int count, int identifier) OVERRIDE;
WebRemoteFrameImpl.h 154 virtual void increaseMatchCount(int count, int identifier) OVERRIDE;
WebRemoteFrameImpl.cpp 741 void WebRemoteFrameImpl::increaseMatchCount(int count, int identifier)
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 577 virtual void increaseMatchCount(int count, int identifier) = 0;
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 187 milliseconds