Home | History | Annotate | Download | only in WebPage

Lines Matching refs:WebFrame

27 #include "WebFrame.h"
68 static WTF::RefCountedLeakCounter webFrameCounter("WebFrame");
83 PassRefPtr<WebFrame> WebFrame::createMainFrame(WebPage* page)
85 RefPtr<WebFrame> frame = create();
94 PassRefPtr<WebFrame> WebFrame::createSubframe(WebPage* page, const String& frameName, HTMLFrameOwnerElement* ownerElement)
96 RefPtr<WebFrame> frame = create();
98 WebFrame* parentFrame = static_cast<WebFrameLoaderClient*>(ownerElement->document()->frame()->loader()->client())->webFrame();
106 PassRefPtr<WebFrame> WebFrame::create()
108 RefPtr<WebFrame> frame = adoptRef(new WebFrame);
116 WebFrame::WebFrame()
132 WebFrame::~WebFrame()
141 void WebFrame::init(WebPage* page, const String& frameName, HTMLFrameOwnerElement* ownerElement)
156 WebPage* WebFrame::page() const
167 void WebFrame::invalidate()
173 uint64_t WebFrame::setUpPolicyListener(WebCore::FramePolicyFunction policyFunction)
184 void WebFrame::invalidatePolicyListener()
194 void WebFrame::didReceivePolicyDecision(uint64_t listenerID, PolicyAction action, uint64_t downloadID)
216 void WebFrame::startDownload(const WebCore::ResourceRequest& request)
225 void WebFrame::convertHandleToDownload(ResourceHandle* handle, const ResourceRequest& request, const ResourceRequest& initialRequest, const ResourceResponse& response)
233 String WebFrame::source() const
252 String WebFrame::contentsAsString() const
262 builder.append(static_cast<WebFrameLoaderClient*>(child->loader()->client())->webFrame()->contentsAsString());
286 String WebFrame::selectionAsString() const
294 IntSize WebFrame::size() const
306 bool WebFrame::isFrameSet() const
317 bool WebFrame::isMainFrame() const
325 String WebFrame::name() const
333 String WebFrame::url() const
345 String WebFrame::innerText() const
356 PassRefPtr<ImmutableArray> WebFrame::childFrames()
369 WebFrame* webFrame = static_cast<WebFrameLoaderClient*>(child->loader()->client())->webFrame();
370 vector.uncheckedAppend(webFrame);
376 unsigned WebFrame::numberOfActiveAnimations() const
388 bool WebFrame::pauseAnimationOnElementWithId(const String& animationName, const String& elementID, double time)
407 void WebFrame::suspendAnimations()
419 void WebFrame::resumeAnimations()
431 String WebFrame::layerTreeAsText() const
439 unsigned WebFrame::pendingUnloadCount() const
447 bool WebFrame::allowsFollowingLink(const WebCore::KURL& url) const
455 JSGlobalContextRef WebFrame::jsContext()
460 JSGlobalContextRef WebFrame::jsContextForWorld(InjectedBundleScriptWorld* world)
465 IntRect WebFrame::contentBounds() const
477 IntRect WebFrame::visibleContentBounds() const
490 IntRect WebFrame::visibleContentBoundsExcludingScrollbars() const
503 IntSize WebFrame::scrollOffset() const
515 bool WebFrame::hasHorizontalScrollbar() const
527 bool WebFrame::hasVerticalScrollbar() const
539 bool WebFrame::getDocumentBackgroundColor(double* red, double* green, double* blue, double* alpha)
564 WebFrame* WebFrame::frameForContext(JSContextRef context)
572 return static_cast<WebFrameLoaderClient*>(coreFrame->loader()->client())->webFrame();
575 JSValueRef WebFrame::jsWrapperForWorld(InjectedBundleNodeHandle* nodeHandle, InjectedBundleScriptWorld* world)
587 JSValueRef WebFrame::jsWrapperForWorld(InjectedBundleRangeHandle* rangeHandle, InjectedBundleScriptWorld* world)
599 JSValueRef WebFrame::computedStyleIncludingVisitedInfo(JSObjectRef element)
616 String WebFrame::counterValue(JSObjectRef element)
624 String WebFrame::markerText(JSObjectRef element)
632 String WebFrame::provisionalURL() const
640 String WebFrame::suggestedFilenameForResourceWithURL(const KURL& url) const
661 String WebFrame::mimeTypeForResourceWithURL(const KURL& url) const