HomeSort by relevance Sort by last modified time
    Searched refs:m_host (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TemplateContentDocumentFragment.h 41 Element* host() const { return m_host; }
42 void clearHost() { m_host = 0; }
47 , m_host(host)
53 Element* m_host; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
OriginAccessEntry.cpp 42 , m_host(host.lower())
50 m_hostIsIPAddress = !m_host.isEmpty() && isASCIIDigit(m_host[m_host.length() - 1]);
55 if (suffixList && m_host.length() <= suffixList->getPublicSuffixLength(m_host) + 1)
69 if (m_subdomainSettings == AllowSubdomains && m_host.isEmpty())
73 if (m_host == origin.host())
85 if (origin.host().length() <= m_host.length() || origin.host()[origin.host().length() - m_host.length() - 1] != '.' || !origin.host().endsWith(m_host)
    [all...]
OriginAccessEntry.h 64 const String& host() const { return m_host; }
70 String m_host; member in class:WebCore::OriginAccessEntry
SecurityOrigin.cpp 120 , m_host(url.host().isNull() ? "" : url.host().lower())
128 // document.domain starts as m_host, but can be set by the DOM.
129 m_domain = m_host;
143 , m_host("")
157 , m_host(other->m_host.isolatedCopy())
260 if (m_host == other->m_host && m_port == other->m_port)
427 result.reserveCapacity(m_protocol.length() + m_host.length() + 10);
430 result.append(m_host);
    [all...]
SecurityOrigin.h 81 String host() const { return m_host; }
210 String m_host; member in class:WebCore::SecurityOrigin
  /external/chromium_org/third_party/WebKit/Source/platform/
URLPatternMatcher.cpp 72 m_host = pattern.substring(hostStartPos, hostEndPos - hostStartPos);
75 if (m_host == "*") {
77 m_host = "";
79 } else if (m_host.startsWith("*.")) {
81 m_host = m_host.substring(2); // Length of "*."
86 if (m_host.find("*") != kNotFound)
114 if (equalIgnoringCase(host, m_host))
122 if (!m_host.length())
126 if (!host.endsWith(m_host, false)
    [all...]
URLPatternMatcher.h 58 String m_host; member in class:WebCore::URLPatternMatcher
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoader.cpp 52 : m_host(host)
55 m_host->incrementRequestCount(m_resource);
60 m_host->decrementRequestCount(m_resource);
71 : m_host(host)
91 m_host->didLoadResource(m_resource);
95 m_host->willTerminateResourceLoader(this);
105 m_host.clear();
119 m_host->willSendRequest(m_resource->identifier(), request, ResourceResponse(), m_options);
124 m_host->didInitializeResourceLoader(this);
133 m_host->willStartLoadingResource(m_request)
    [all...]
ResourceLoader.h 96 RefPtr<ResourceLoaderHost> m_host; member in class:WebCore::ResourceLoader
128 ResourceLoaderHost* m_host; member in class:WebCore::ResourceLoader::RequestCountTracker
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLScriptRunner.cpp 48 , m_host(host)
52 ASSERT(m_host);
115 InsertionPointRecord insertionPointRecord(m_host->inputStream());
150 m_host->watchForLoad(pendingScript.resource());
157 m_host->stopWatchingForLoad(pendingScript.resource());
168 bool hadPreloadScanner = m_host->hasPreloadScanner();
177 if (!hadPreloadScanner && m_host->hasPreloadScanner())
178 m_host->appendCurrentInputStreamToPreloadScannerAndScan();
295 InsertionPointRecord insertionPointRecord(m_host->inputStream());
HTMLScriptRunner.h 88 HTMLScriptRunnerHost* m_host; member in class:WebCore::HTMLScriptRunner
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 125 private String m_host = null; field in class:URI
345 m_host = p_other.getHost();
437 m_host = "";
458 if (m_path.length() == 0 && m_scheme == null && m_host == null)
462 m_host = p_base.getHost();
483 if (m_host == null)
486 m_host = p_base.getHost();
865 if (m_userinfo != null || m_host != null || m_port != -1)
876 if (m_host != null)
878 schemespec.append(m_host);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 122 private String m_host = null; field in class:URI
342 m_host = p_other.getHost();
457 m_host = "";
478 if (m_path.length() == 0 && m_scheme == null && m_host == null)
482 m_host = p_base.getHost();
503 if (m_host == null)
506 m_host = p_base.getHost();
885 if (m_userinfo != null || m_host != null || m_port != -1)
896 if (m_host != null)
898 schemespec.append(m_host);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ContentSecurityPolicy.cpp 210 , m_host(host)
242 if (equalIgnoringCase(host, m_host))
244 return m_hostHasWildcard && host.endsWith("." + m_host, false);
280 bool isSchemeOnly() const { return m_host.isEmpty(); }
284 String m_host; member in class:WebCore::CSPSource
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 79 milliseconds