Lines Matching refs:get
166 // 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
1016 d->frame = frame.get();
1448 if (SUCCEEDED(formDelegate->willSubmitForm(this, sourceFrame.get(), formElement.get(), formValuesPropertyBag.get(), setUpPolicyListener(function).get())))
1544 // FIXME: Need ChickenCat to include CFNetwork/CFURLError.h to get these values
1632 if (SUCCEEDED(policyDelegate->decidePolicyForMIMEType(d->webView, BString(mimeType), urlRequest.get(), this, setUpPolicyListener(function).get())))
1650 if (SUCCEEDED(policyDelegate->decidePolicyForNewWindowAction(d->webView, actionInformation.get(), urlRequest.get(), BString(frameName), setUpPolicyListener(function).get())))
1668 if (SUCCEEDED(policyDelegate->decidePolicyForNavigationAction(d->webView, actionInformation.get(), urlRequest.get(), this, setUpPolicyListener(function).get())))
1681 policyDelegate->unableToImplementPolicyWithError(d->webView, webError.get(), this);
1692 LOG_ERROR("Failed to get downloadDelegate from WebView");
1700 download.adoptRef(WebDownload::createInstance(handle, request, response, downloadDelegate.get()));
1715 frameLoadDelegate->didFailProvisionalLoadWithError(d->webView, webError.get(), this);
1725 frameLoadDelegate->didFailLoadWithError(d->webView, webError.get(), this);
1749 COMPtr<IWebError> error(AdoptCOM, WebError::createInstance(resourceError, userInfoBag.get()));
1751 resourceLoadDelegate->plugInFailedWithError(d->webView, error.get(), getWebDataSource(d->frame->loader()->documentLoader()));
1781 if (delegatePrivate && delegatePrivate->didClearWindowObjectForFrameInScriptWorld(d->webView, this, WebScriptWorld::findOrCreateWorld(world).get()) != E_NOTIMPL)
2180 spoolPage(pctx, &spoolCtx, printDC, ui.get(), headerHeight, footerHeight, ii, pageCount);
2215 String allString = plainText(allRange.get());
2313 *result = (coreFrame && coreFrame->tree()->isDescendantOf(core(ancestorWebFrame.get()))) ? TRUE : FALSE;
2341 // Get the frame frome the global object we've settled on.
2406 return m_accessible.get();