Home
last modified time | relevance | path

Searched refs:subFrame (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DAwWebContentsObserverTest.java47 boolean subFrame = false; in testOnPageFinished()
50 mWebContentsObserver.didFinishLoad(frameId, EXAMPLE_URL, subFrame); in testOnPageFinished()
73 mWebContentsObserver.didFailLoad(!provisionalLoad, subFrame, in testOnPageFinished()
105 boolean subFrame = false; in testOnReceivedError()
108 mWebContentsObserver.didFailLoad(!provisionalLoad, subFrame, in testOnReceivedError()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPageSerializerImpl.cpp322 WebLocalFrameImpl* subFrame = WebLocalFrameImpl::fromFrameOwnerElement(element); in openTagToString() local
323 String completeURL = subFrame ? subFrame->frame()->document()->url() : in openTagToString()
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp739 for (Frame* subFrame = tree.firstChild(); subFrame; subFrame = subFrame->tree().nextSibling()) { in computeShouldHandleScrollGestureOnMainThreadRegion() local
740 if (subFrame->isLocalFrame()) in computeShouldHandleScrollGestureOnMainThreadRegion()
741 …adRegion.unite(computeShouldHandleScrollGestureOnMainThreadRegion(toLocalFrame(subFrame), offset)); in computeShouldHandleScrollGestureOnMainThreadRegion()
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
Dtab_controller_unittest.mm90 CGFloat LeftMargin(NSRect superFrame, NSRect subFrame) {
91 return NSMinX(subFrame) - NSMinX(superFrame);
94 CGFloat RightMargin(NSRect superFrame, NSRect subFrame) {
95 return NSMaxX(superFrame) - NSMaxX(subFrame);