HomeSort by relevance Sort by last modified time
    Searched defs:baseURL (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/
dromaeorunner.js 3 baseURL: "./resources/dromaeo/web/index.html",
10 var url = DRT.baseURL + "?" + testName + '&numTests=' + ITERATION_COUNT;
  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/testing/
NavigatorContentUtilsClientMock.h 22 virtual void registerProtocolHandler(const String& scheme, const KURL& baseURL, const KURL&, const String& title);
24 virtual CustomHandlersState isProtocolHandlerRegistered(const String& scheme, const KURL& baseURL, const KURL&);
25 virtual void unregisterProtocolHandler(const String& scheme, const KURL& baseURL, const KURL&);
30 WebCore::KURL baseURL;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
CustomEventTest.cpp 99 const std::string baseURL = "http://www.test.com";
102 URLTestHelpers::registerMockedURLFromBaseURL(WebString::fromUTF8(baseURL.c_str()), WebString::fromUTF8(path.c_str()));
104 WebLocalFrameImpl* frame = toWebLocalFrameImpl(webViewHelper.initializeAndLoad(baseURL + path)->mainFrame());
PopupMenuTest.cpp 185 : baseURL("http://www.test.com/")
255 URLTestHelpers::registerMockedURLLoad(toKURL(baseURL + fileName), WebString::fromUTF8(fileName.c_str()), WebString::fromUTF8("popup/"), WebString::fromUTF8("text/html"));
260 FrameTestHelpers::loadFrame(frame, baseURL + fileName);
270 std::string baseURL;
WebViewTest.cpp 230 WebURL baseURL = URLTestHelpers::toKURL("http://example.com/");
231 FrameTestHelpers::loadHTMLString(webView->mainFrame(), "<html><head><style>body {background-color:#227788}</style></head></html>", baseURL);
234 FrameTestHelpers::loadHTMLString(webView->mainFrame(), "<html><head><style>body {background-color:rgba(255,0,0,0.5)}</style></head></html>", baseURL);
243 FrameTestHelpers::loadHTMLString(webView->mainFrame(), "<html><head><style>body {background-color:transparent}</style></head></html>", baseURL);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragData.cpp 153 KURL baseURL;
154 m_platformDragData->htmlAndBaseURL(html, baseURL);
156 if (RefPtrWillBeRawPtr<DocumentFragment> fragment = createFragmentFromMarkup(*frame->document(), html, baseURL, DisallowScriptingAndPluginContent))
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver1.java 36 String baseURL = "jdbc:mikes1";
62 if (url.startsWith(baseURL)) {
80 String datasource = url.substring(baseURL.length() + 1);
TestHelper_DriverManager.java 55 String baseURL = "jdbc:mikes1";
67 aDriver = DriverManager.getDriver(baseURL);
TestHelper_Driver4.java 35 String baseURL;
50 baseURL = "jdbc:mikes4";
60 if (url.startsWith(baseURL)) {
78 String datasource = url.substring(baseURL.length() + 1);
  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
DataObjectItem.h 56 static PassRefPtrWillBeRawPtr<DataObjectItem> createFromHTML(const String& html, const KURL& baseURL);
68 KURL baseURL() const { return m_baseURL; }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAppletElement.cpp 165 paramNames.append("baseURL");
166 KURL baseURL = document().baseURL();
167 paramValues.append(baseURL.string());
185 widget = frame->loader().client()->createJavaAppletWidget(this, baseURL, paramNames, paramValues);
  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
NavigatorContentUtils.cpp 71 static bool verifyCustomHandlerURL(const KURL& baseURL, const String& url, ExceptionState& exceptionState)
87 KURL kurl(baseURL, newURL);
90 exceptionState.throwDOMException(SyntaxError, "The custom handler URL created by removing '%s' and prepending '" + baseURL.string() + "' is invalid.");
156 KURL baseURL = navigator.frame()->document()->baseURL();
158 if (!verifyCustomHandlerURL(baseURL, url, exceptionState))
165 NavigatorContentUtils::from(*navigator.frame()->page())->client()->registerProtocolHandler(scheme, baseURL, KURL(ParsedURLString, url), title);
199 KURL baseURL = document->baseURL();
201 if (!verifyCustomHandlerURL(baseURL, url, exceptionState)
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebDragData.h 86 WebURL baseURL;
  /external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java 99 + ".serviceProvider.baseURL");
100 URL baseURL = (base == null) ? null : new URL(base);
102 baseURL, name + ".serviceProvider.requestTokenURL"), getURL(
103 baseURL, name + ".serviceProvider.userAuthorizationURL"),
104 getURL(baseURL, name + ".serviceProvider.accessTokenURL"));
110 if (baseURL != null) {
111 consumer.setProperty("serviceProvider.baseURL", baseURL);
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 302 var url = self.wallpaperGrid_.dataModel.item(i).baseURL;
351 this.removeCustomWallpaper(item.baseURL);
499 * @param {{baseURL: string, layout: string, source: string,
511 dirEntry.getFile(selectedItem.baseURL, {create: false},
520 false, selectedItem.baseURL,
522 selectedItem, selectedItem.baseURL),
534 this.onWallpaperChanged_(selectedItem, selectedItem.baseURL);
539 var wallpaperURL = selectedItem.baseURL +
605 if (item.baseURL == this.currentWallpaper_)
608 this.removeCustomWallpaper(item.baseURL);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserMode.h 100 CSSParserContext(const Document&, UseCounter*, const KURL& baseURL = KURL(), const String& charset = emptyString());
109 const KURL& baseURL() const { return m_baseURL; }
122 void setBaseURL(const KURL& baseURL) { m_baseURL = baseURL; }
StyleSheetContents.h 122 const KURL& baseURL() const { return m_parserContext.baseURL(); }
CSSStyleSheet.cpp 110 PassRefPtrWillBeRawPtr<CSSStyleSheet> CSSStyleSheet::createInline(Node* ownerNode, const KURL& baseURL, const TextPosition& startPosition, const String& encoding)
112 CSSParserContext parserContext(ownerNode->document(), 0, baseURL, encoding);
113 RefPtrWillBeRawPtr<StyleSheetContents> sheet = StyleSheetContents::create(baseURL.string(), parserContext);
277 KURL baseURL = m_contents->baseURL();
278 if (baseURL.isEmpty())
283 if (document->securityOrigin()->canRequest(baseURL))
393 KURL CSSStyleSheet::baseURL() const
395 return m_contents->baseURL();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ProcessingInstruction.cpp 188 void ProcessingInstruction::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* sheet)
196 CSSParserContext parserContext(document(), 0, baseURL, charset);
213 void ProcessingInstruction::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet)
221 m_sheet = XSLStyleSheet::create(this, href, baseURL);
Document.h 561 const KURL& baseURL() const { return m_baseURL; }
    [all...]
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 130 WebURL WebDocument::baseURL() const
132 return constUnwrap<Document>()->baseURL();
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 67 JS_STATIC_PROP_ENTRY(baseURL)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 

Completed in 933 milliseconds

1 2