Searched defs:origin_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/
H A Dload_notification_details.h29 origin_(origin),
35 PageTransition::Type origin() const { return origin_; }
44 PageTransition::Type origin_; // type of action that caused the load member in class:LoadNotificationDetails
/external/chromium/net/http/
H A Dhttp_auth_cache.h116 return origin_;
173 // |origin_| contains the {protocol, host, port} of the server.
174 GURL origin_; member in class:net::HttpAuthCache::Entry
H A Dhttp_auth_handler.h107 return origin_;
171 GURL origin_; member in class:net::HttpAuthHandler
H A Dhttp_auth_cache_unittest.cc425 HttpAuthCacheEvictionTest() : origin_("http://www.google.com") { }
440 cache_.Add(origin_, GenerateRealm(realm_i), HttpAuth::AUTH_SCHEME_BASIC, "",
447 origin_, GenerateRealm(realm_i), HttpAuth::AUTH_SCHEME_BASIC);
458 cache_.LookupByPath(origin_, GeneratePath(realm_i, path_i));
467 GURL origin_; member in class:net::HttpAuthCacheEvictionTest
H A Dhttp_stream_factory_impl_job.h218 HostPortPair origin_; member in class:net::HttpStreamFactoryImpl::Job
/external/chromium/net/websockets/
H A Dwebsocket_handshake.h61 std::string origin_; member in class:net::WebSocketHandshake
H A Dwebsocket.h80 origin_(origin),
90 const std::string& origin() const { return origin_; }
113 std::string origin_; member in class:net::WebSocket::Request
/external/chromium/chrome/browser/notifications/
H A Ddesktop_notification_service.cc113 GURL origin_; member in class:NotificationPermissionInfoBarDelegate
116 // origin_ for extensions.
142 origin_(origin),
192 GrantPermission(origin_);
200 DenyPermission(origin_);

Completed in 86 milliseconds