Searched defs:secondFrame (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp3334 RefPtrWillBeRawPtr<WebLocalFrameImpl> secondFrame = toWebLocalFrameImpl(mainFrame->traverseNext(false)); local
3335 RefPtrWillBeRawPtr<LocalFrame> holdSecondFrame(secondFrame->frame());
3341 EXPECT_FALSE(secondFrame->find(kFindIdentifier, searchText, options, false, 0));
3373 WebLocalFrameImpl* secondFrame = toWebLocalFrameImpl(mainFrame->traverseNext(false)); local
3374 RefPtrWillBeRawPtr<LocalFrame> holdSecondFrame(secondFrame->frame());
3412 WebLocalFrameImpl* secondFrame = toWebLocalFrameImpl(mainFrame->traverseNext(false)); local
3413 RefPtrWillBeRawPtr<LocalFrame> holdSecondFrame(secondFrame->frame());

Completed in 529 milliseconds