Searched defs:m_host (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A DV8GCController.h60 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/
H A DHTMLScriptRunner.h88 HTMLScriptRunnerHost* m_host; member in class:WebCore::HTMLScriptRunner
/external/webkit/Source/WebCore/page/
H A DUserContentURLPattern.h51 const String& host() const { return m_host; }
67 String m_host; member in class:WebCore::UserContentURLPattern
H A DOriginAccessEntry.h52 const String& host() const { return m_host; }
57 String m_host; member in class:WebCore::OriginAccessEntry
H A DSecurityOrigin.h63 String host() const { return m_host; }
208 String m_host; member in class:WebCore::SecurityOrigin
H A DContentSecurityPolicy.cpp108 , 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/
H A DWebResponse.h70 std::string m_host; member in class:android::WebResponse
/external/webkit/Source/WebCore/platform/network/
H A DProtectionSpace.h75 String m_host; member in class:WebCore::ProtectionSpace
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestNavigationController.h207 NavigationHost* m_host; member in class:TestNavigationController
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java125 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/
H A DURI.java122 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/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 282 milliseconds