HomeSort by relevance Sort by last modified time
    Searched refs:baseURL (Results 101 - 124 of 124) sorted by null

1 2 3 45

  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp 710 PassRefPtr<Widget> FrameLoaderClient::createJavaAppletWidget(const IntSize& pluginSize, HTMLAppletElement* element, const KURL& baseURL, const Vector<String>& paramNames, const Vector<String>& paramValues)
712 return FrameLoaderClient::createPlugin(pluginSize, element, baseURL, paramNames, paramValues, "application/x-java-applet", false);
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 163 RetainPtr<CFURLRef> baseURL(AdoptCF, CFURLCreateCopyDeletingLastPathComponent(kCFAllocatorDefault, requestURL.get()));
165 RetainPtr<CFStringRef> basePath(AdoptCF, CFURLCopyPath(baseURL.get()));
    [all...]
LayoutTestControllerWin.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]
Document.h 585 const KURL& baseURL() const { return m_baseURL; }
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp 403 void WebPageProxy::loadHTMLString(const String& htmlString, const String& baseURL)
408 process()->send(Messages::WebPage::LoadHTMLString(htmlString, baseURL), m_pageID);
411 void WebPageProxy::loadAlternateHTMLString(const String& htmlString, const String& baseURL, const String& unreachableURL)
419 process()->send(Messages::WebPage::LoadAlternateHTMLString(htmlString, baseURL, unreachableURL), m_pageID);
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 881 void LayoutTestController::apiTestNewWindowDataLoadBaseURL(JSStringRef utf8Data, JSStringRef baseURL)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm     [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 312 static void loadDataIntoFrame(Frame* frame, KURL baseUrl, const String& url,
314 if (baseUrl.isEmpty()) {
315 baseUrl = blankURL();
317 ResourceRequest request(baseUrl);
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 770 QUrl baseUrl = QUrl::fromLocalFile(QFileInfo(url.toLocalFile()).absoluteFilePath());
776 return baseUrl.resolved(toResolve);
818 \property QWebFrame::baseUrl
823 QUrl QWebFrame::baseUrl() const
827 return d->frame->document()->baseURL();
942 Sets the content of this frame to \a html. \a baseUrl is optional and used to resolve relative
956 This is a convenience function equivalent to setContent(html, "text/html", baseUrl).
965 void QWebFrame::setHtml(const QString &html, const QUrl &baseUrl)
967 KURL kurl(baseUrl);
980 External objects referenced in the content are located relative to \a baseUrl
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp     [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp 768 if (m_checker.m_sameOriginOnly && !m_checker.m_document->securityOrigin()->canRequest(rule->baseURL()))
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp     [all...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 598 milliseconds

1 2 3 45