Searched refs:increaseMatchCount (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebFrame.h524 virtual void increaseMatchCount(int count, int identifier) = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.h188 virtual void increaseMatchCount(int count, int identifier);
H A DWebFrameImpl.cpp1719 mainFrameImpl->increaseMatchCount(matchCount, identifier);
1746 mainFrameImpl->increaseMatchCount(0, identifier);
1760 void WebFrameImpl::increaseMatchCount(int count, int identifier) function in class:WebKit::WebFrameImpl

Completed in 120 milliseconds