Home | History | Annotate | Download | only in src

Lines Matching refs:DeferredScopeStringMatches

430 class WebFrameImpl::DeferredScopeStringMatches {
432 DeferredScopeStringMatches(WebFrameImpl* webFrame,
437 : m_timer(this, &DeferredScopeStringMatches::doTimeout)
448 void doTimeout(Timer<DeferredScopeStringMatches>*)
454 Timer<DeferredScopeStringMatches> m_timer;
2303 m_deferredScopingWork.append(new DeferredScopeStringMatches(
2307 void WebFrameImpl::callScopeStringMatches(DeferredScopeStringMatches* caller,