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

  /external/webkit/Source/WebCore/bindings/v8/
V8GCController.h 60 GlobalHandleInfo(void* host, GlobalHandleType type) : m_host(host), m_type(type) { }
61 void* m_host; member in class:WebCore::GlobalHandleInfo
  /external/webkit/Source/WebCore/html/parser/
HTMLScriptRunner.h 88 HTMLScriptRunnerHost* m_host; member in class:WebCore::HTMLScriptRunner
  /external/webkit/Source/WebCore/page/
OriginAccessEntry.h 52 const String& host() const { return m_host; }
57 String m_host; member in class:WebCore::OriginAccessEntry
UserContentURLPattern.h 51 const String& host() const { return m_host; }
67 String m_host; member in class:WebCore::UserContentURLPattern
SecurityOrigin.h 63 String host() const { return m_host; }
208 String m_host; member in class:WebCore::SecurityOrigin
ContentSecurityPolicy.cpp 108 , m_host(host)
135 return equalIgnoringCase(url.host(), m_host);
147 bool isSchemeOnly() const { return m_host.isEmpty(); }
150 String m_host; member in class:WebCore::CSPSource
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebResponse.h 70 std::string m_host; member in class:android::WebResponse
  /external/webkit/Source/WebCore/platform/network/
ProtectionSpace.h 75 String m_host; member in class:WebCore::ProtectionSpace
  /external/webkit/Tools/DumpRenderTree/chromium/
TestNavigationController.h 207 NavigationHost* m_host; member in class:TestNavigationController
  /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/jdiff/
xerces.jar 

Completed in 158 milliseconds