SecurityOrigin.h | 53 static PassRefPtr<SecurityOrigin> create(const String& protocol, const String& host, int port); 80 String protocol() const { return m_protocol; } function in class:blink::SecurityOrigin 86 // own protocol, or, when relevant, on the protocol of its "inner URL"
|