Home | History | Annotate | Download | only in win

Lines Matching defs:WebFrame

29 #include "WebFrame.h"
149 WebFrame* kit(Frame* frame)
156 return static_cast<WebFrame*>(frameLoaderClient); // eek, is there a better way than static cast?
160 Frame* core(WebFrame* webFrame)
162 if (!webFrame)
164 return webFrame->impl();
167 // This function is not in WebFrame.h because we don't want to advertise the ability to get a non-const Frame from a const WebFrame
168 Frame* core(const WebFrame* webFrame)
170 if (!webFrame)
172 return const_cast<WebFrame*>(webFrame)->impl();
229 class WebFrame::WebFramePrivate {
247 // WebFrame ----------------------------------------------------------------
249 WebFrame::WebFrame()
252 , d(new WebFrame::WebFramePrivate)
259 gClassNameCount.add("WebFrame");
262 WebFrame::~WebFrame()
267 gClassNameCount.remove("WebFrame");
270 WebFrame* WebFrame::createInstance()
272 WebFrame* instance = new WebFrame();
277 HRESULT STDMETHODCALLTYPE WebFrame::setAllowsScrolling(
287 HRESULT STDMETHODCALLTYPE WebFrame::allowsScrolling(
298 HRESULT STDMETHODCALLTYPE WebFrame::setIsDisconnected(
309 HRESULT STDMETHODCALLTYPE WebFrame::setExcludeFromTextSearch(
320 HRESULT WebFrame::reloadFromOrigin()
330 HRESULT STDMETHODCALLTYPE WebFrame::paintDocumentRectToContext(
362 HRESULT STDMETHODCALLTYPE WebFrame::paintScrollViewRectToContextAtPoint(
392 HRESULT STDMETHODCALLTYPE WebFrame::QueryInterface(REFIID riid, void** ppvObject)
395 if (IsEqualGUID(riid, __uuidof(WebFrame)))
412 ULONG STDMETHODCALLTYPE WebFrame::AddRef(void)
417 ULONG STDMETHODCALLTYPE WebFrame::Release(void)
428 HRESULT STDMETHODCALLTYPE WebFrame::name(
446 HRESULT STDMETHODCALLTYPE WebFrame::webView(
457 HRESULT STDMETHODCALLTYPE WebFrame::frameView(
464 HRESULT STDMETHODCALLTYPE WebFrame::DOMDocument(
481 HRESULT STDMETHODCALLTYPE WebFrame::frameElement(
499 HRESULT STDMETHODCALLTYPE WebFrame::currentForm(
517 JSGlobalContextRef STDMETHODCALLTYPE WebFrame::globalContext()
526 JSGlobalContextRef WebFrame::globalContextForScriptWorld(IWebScriptWorld* iWorld)
539 HRESULT STDMETHODCALLTYPE WebFrame::loadRequest(
556 void WebFrame::loadData(PassRefPtr<WebCore::SharedBuffer> data, BSTR mimeType, BSTR textEncodingName, BSTR baseURL, BSTR failingURL)
580 HRESULT STDMETHODCALLTYPE WebFrame::loadData(
604 HRESULT WebFrame::loadPlainTextString(
615 void WebFrame::loadHTMLString(BSTR string, BSTR baseURL, BSTR unreachableURL)
622 HRESULT STDMETHODCALLTYPE WebFrame::loadHTMLString(
630 HRESULT STDMETHODCALLTYPE WebFrame::loadAlternateHTMLString(
639 HRESULT STDMETHODCALLTYPE WebFrame::loadArchive(
651 HRESULT STDMETHODCALLTYPE WebFrame::dataSource(
675 HRESULT STDMETHODCALLTYPE WebFrame::provisionalDataSource(
699 KURL WebFrame::url() const
708 HRESULT STDMETHODCALLTYPE WebFrame::stopLoading( void)
715 HRESULT STDMETHODCALLTYPE WebFrame::reload( void)
725 HRESULT STDMETHODCALLTYPE WebFrame::findFrameNamed(
744 WebFrame* foundWebFrame = kit(foundFrame);
751 HRESULT STDMETHODCALLTYPE WebFrame::parentFrame(
757 if (WebFrame* webFrame = kit(coreFrame->tree()->parent()))
758 hr = webFrame->QueryInterface(IID_IWebFrame, (void**) frame);
805 WebFrame* webFrame = kit(m_curChild);
807 HRESULT hr = webFrame->QueryInterface(IID_IUnknown, (void**)&unknown);
848 HRESULT STDMETHODCALLTYPE WebFrame::childFrames(
860 HRESULT WebFrame::renderTreeAsExternalRepresentation(BOOL forPrinting, BSTR *result)
873 HRESULT STDMETHODCALLTYPE WebFrame::counterValueForElementById(
892 HRESULT STDMETHODCALLTYPE WebFrame::pageNumberForElementById(
914 HRESULT STDMETHODCALLTYPE WebFrame::numberOfPages(
930 HRESULT STDMETHODCALLTYPE WebFrame::scrollOffset(
950 HRESULT STDMETHODCALLTYPE WebFrame::layout()
964 HRESULT STDMETHODCALLTYPE WebFrame::firstLayoutDone(
982 HRESULT STDMETHODCALLTYPE WebFrame::loadType(
1000 HRESULT STDMETHODCALLTYPE WebFrame::pendingFrameUnloadEventCount(
1018 HRESULT STDMETHODCALLTYPE WebFrame::unused2()
1023 HRESULT STDMETHODCALLTYPE WebFrame::hasSpellingMarker(
1035 HRESULT STDMETHODCALLTYPE WebFrame::clearOpener()
1046 HRESULT STDMETHODCALLTYPE WebFrame::supportsTextEncoding(
1053 HRESULT STDMETHODCALLTYPE WebFrame::selectedString(
1068 HRESULT STDMETHODCALLTYPE WebFrame::selectAll()
1080 HRESULT STDMETHODCALLTYPE WebFrame::deselectAll()
1085 // WebFrame ---------------------------------------------------------------
1087 PassRefPtr<Frame> WebFrame::init(IWebView* webView, Page* page, HTMLFrameOwnerElement* ownerElement)
1101 Frame* WebFrame::impl()
1106 void WebFrame::invalidate()
1115 HRESULT WebFrame::inViewSourceMode(BOOL* flag)
1132 HRESULT WebFrame::setInViewSourceMode(BOOL flag)
1142 HRESULT WebFrame::elementWithName(BSTR name, IDOMElement* form, IDOMElement** element)
1165 HRESULT WebFrame::formForElement(IDOMElement* element, IDOMElement** form)
1182 HRESULT WebFrame::elementDoesAutoComplete(IDOMElement *element, BOOL *result)
1197 HRESULT WebFrame::pauseAnimation(BSTR animationName, IDOMNode* node, double secondsFromNow, BOOL* animationWasRunning)
1220 HRESULT WebFrame::pauseTransition(BSTR propertyName, IDOMNode* node, double secondsFromNow, BOOL* transitionWasRunning)
1243 HRESULT WebFrame::pauseSVGAnimation(BSTR elementId, IDOMNode* node, double secondsFromNow, BOOL* animationWasRunning)
1271 HRESULT WebFrame::visibleContentRect(RECT* rect)
1289 HRESULT WebFrame::numberOfActiveAnimations(UINT* number)
1308 HRESULT WebFrame::suspendAnimations()
1318 HRESULT WebFrame::resumeAnimations()
1328 HRESULT WebFrame::isDisplayingStandaloneImage(BOOL* result)
1344 HRESULT WebFrame::allowsFollowingLink(BSTR url, BOOL* result)
1359 HRESULT WebFrame::controlsInForm(IDOMElement* form, IDOMElement** controls, int* cControls)
1387 HRESULT WebFrame::elementIsPassword(IDOMElement *element, bool *result)
1394 HRESULT WebFrame::searchForLabelsBeforeElement(const BSTR* labels, unsigned cLabels, IDOMElement* beforeElement, unsigned* outResultDistance, BOOL* outResultIsInCellAbove, BSTR* result)
1438 HRESULT WebFrame::matchLabelsAgainstElement(const BSTR* labels, int cLabels, IDOMElement* againstElement, BSTR* result)
1471 HRESULT WebFrame::canProvideDocumentSource(bool* result)
1477 hr = WebFrame::dataSource(&dataSource);
1494 HRESULT STDMETHODCALLTYPE WebFrame::layerTreeAsText(BSTR* result)
1509 void WebFrame::frameLoaderDestroyed()
1518 void WebFrame::makeRepresentation(DocumentLoader*)
1523 void WebFrame::forceLayoutForNonHTML()
1528 void WebFrame::setCopiesOnScroll()
1533 void WebFrame::detachedFromParent2()
1538 void WebFrame::detachedFromParent3()
1543 void WebFrame::cancelPolicyCheck()
1553 void WebFrame::dispatchWillSubmitForm(FramePolicyFunction function, PassRefPtr<FormState> formState)
1575 COMPtr<WebFrame> sourceFrame(kit(formState->sourceFrame()));
1583 void WebFrame::revertToProvisionalState(DocumentLoader*)
1588 void WebFrame::setMainFrameDocumentReady(bool)
1593 void WebFrame::willChangeTitle(DocumentLoader*)
1598 void WebFrame::didChangeTitle(DocumentLoader*)
1603 void WebFrame::didChangeIcons(DocumentLoader*)
1608 bool WebFrame::canHandleRequest(const ResourceRequest& request) const
1613 bool WebFrame::canShowMIMETypeAsHTML(const String& /*MIMEType*/) const
1619 bool WebFrame::canShowMIMEType(const String& /*MIMEType*/) const
1625 bool WebFrame::representationExistsForURLScheme(const String& /*URLScheme*/) const
1631 String WebFrame::generatedMIMETypeForURLScheme(const String& /*URLScheme*/) const
1638 void WebFrame::frameLoadCompleted()
1642 void WebFrame::restoreViewState()
1646 void WebFrame::provisionalLoadStarted()
1651 bool WebFrame::shouldTreatURLAsSameAsCurrent(const KURL&) const
1657 void WebFrame::addHistoryItemForFragmentScroll()
1662 void WebFrame::didFinishLoad()
1667 void WebFrame::prepareForDataSourceReplacement()
1672 String WebFrame::userAgent(const KURL& url)
1677 void WebFrame::saveViewStateToItem(HistoryItem*)
1681 ResourceError WebFrame::cancelledError(const ResourceRequest& request)
1688 ResourceError WebFrame::blockedError(const ResourceRequest& request)
1694 ResourceError WebFrame::cannotShowURLError(const ResourceRequest& request)
1700 ResourceError WebFrame::interruptForPolicyChangeError(const ResourceRequest& request)
1706 ResourceError WebFrame::cannotShowMIMETypeError(const ResourceResponse&)
1712 ResourceError WebFrame::fileDoesNotExistError(const ResourceResponse&)
1718 ResourceError WebFrame::pluginWillHandleLoadError(const ResourceResponse& response)
1723 bool WebFrame::shouldFallBack(const ResourceError& error)
1734 COMPtr<WebFramePolicyListener> WebFrame::setUpPolicyListener(WebCore::FramePolicyFunction function)
1750 void WebFrame::receivedPolicyDecision(PolicyAction action)
1766 void WebFrame::dispatchDecidePolicyForResponse(FramePolicyFunction function, const ResourceResponse& response, const ResourceRequest& request)
1783 void WebFrame::dispatchDecidePolicyForNewWindowAction(FramePolicyFunction function, const NavigationAction& action, const ResourceRequest& request, PassRefPtr<FormState> formState, const String& frameName)
1801 void WebFrame::dispatchDecidePolicyForNavigationAction(FramePolicyFunction function, const NavigationAction& action, const ResourceRequest& request, PassRefPtr<FormState> formState)
1819 void WebFrame::dispatchUnableToImplementPolicy(const ResourceError& error)
1829 void WebFrame::download(ResourceHandle* handle, const ResourceRequest& request, const ResourceRequest&, const ResourceResponse& response)
1848 bool WebFrame::dispatchDidLoadResourceFromMemoryCache(DocumentLoader*, const ResourceRequest&, const ResourceResponse&, int /*length*/)
1854 void WebFrame::dispatchDidFailProvisionalLoad(const ResourceError& error)
1864 void WebFrame::dispatchDidFailLoad(const ResourceError& error)
1874 void WebFrame::startDownload(const ResourceRequest& request)
1879 PassRefPtr<Widget> WebFrame::createJavaAppletWidget(const IntSize& pluginSize, HTMLAppletElement* element, const KURL& /*baseURL*/, const Vector<String>& paramNames, const Vector<String>& paramValues)
1901 ObjectContentType WebFrame::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages)
1906 String WebFrame::overrideMediaType() const
1912 void WebFrame::dispatchDidClearWindowObjectInWorld(DOMWrapperWorld* world)
1940 void WebFrame::documentElementAvailable()
1944 void WebFrame::didPerformFirstNavigation() const
1965 void WebFrame::registerForIconNotification(bool listen)
1977 void WebFrame::setPrinting(bool printing, float minPageWidth, float maxPageWidth, float minPageHeight, bool adjustViewSize)
1984 HRESULT STDMETHODCALLTYPE WebFrame::setInPrintingMode(
2027 void WebFrame::headerAndFooterHeights(float* headerHeight, float* footerHeight)
2043 IntRect WebFrame::printerMarginRect(HDC printDC)
2063 const Vector<WebCore::IntRect>& WebFrame::computePageRects(HDC printDC)
2090 HRESULT STDMETHODCALLTYPE WebFrame::getPrintedPageCount(
2117 void WebFrame::drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, float headerHeight)
2125 void WebFrame::drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight)
2133 void WebFrame::spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, UINT pageCount)
2193 void WebFrame::drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, float headerHeight)
2204 void WebFrame::drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight)
2230 void WebFrame::spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, UINT pageCount)
2317 HRESULT STDMETHODCALLTYPE WebFrame::spoolPages(
2408 HRESULT STDMETHODCALLTYPE WebFrame::isFrameSet(
2421 HRESULT STDMETHODCALLTYPE WebFrame::string(
2436 HRESULT STDMETHODCALLTYPE WebFrame::size(
2454 HRESULT STDMETHODCALLTYPE WebFrame::hasScrollBars(
2475 HRESULT STDMETHODCALLTYPE WebFrame::contentBounds(
2495 HRESULT STDMETHODCALLTYPE WebFrame::frameBounds(
2516 HRESULT STDMETHODCALLTYPE WebFrame::isDescendantOfFrame(
2525 COMPtr<WebFrame> ancestorWebFrame(Query, ancestor);
2533 HRESULT WebFrame::stringByEvaluatingJavaScriptInScriptWorld(IWebScriptWorld* iWorld, JSObjectRef globalObjectRef, BSTR script, BSTR* evaluationResult)
2578 void WebFrame::unmarkAllMisspellings()
2590 void WebFrame::unmarkAllBadGrammar()
2602 WebView* WebFrame::webView() const
2607 void WebFrame::setWebView(WebView* webView)
2612 COMPtr<IAccessible> WebFrame::accessible() const
2630 void WebFrame::updateBackground()
2641 PassRefPtr<FrameNetworkingContext> WebFrame::createNetworkingContext()