Searched refs:origin (Results 126 - 150 of 1627) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicDomainHandler.java65 public void validate(final Cookie cookie, final CookieOrigin origin) argument
70 if (origin == null) {
71 throw new IllegalArgumentException("Cookie origin may not be null");
77 // back to the origin-server.
78 String host = origin.getHost();
95 + "\". Domain of origin: \"" + host + "\"");
102 + "\". Domain of origin: \"" + host + "\"");
107 public boolean match(final Cookie cookie, final CookieOrigin origin) { argument
111 if (origin == null) {
112 throw new IllegalArgumentException("Cookie origin ma
[all...]
H A DRFC2109DomainHandler.java67 public void validate(final Cookie cookie, final CookieOrigin origin) argument
72 if (origin == null) {
73 throw new IllegalArgumentException("Cookie origin may not be null");
75 String host = origin.getHost();
105 + "\". Domain of origin: \"" + host + "\"");
117 public boolean match(final Cookie cookie, final CookieOrigin origin) { argument
121 if (origin == null) {
122 throw new IllegalArgumentException("Cookie origin may not be null");
124 String host = origin.getHost();
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_indexed_db_helper.h41 virtual void DeleteIndexedDB(const GURL& origin);
74 void DeleteIndexedDBInIndexedDBThread(const GURL& origin);
87 PendingIndexedDBInfo(const GURL& origin, const base::string16& name);
92 GURL origin; member in struct:CannedBrowsingDataIndexedDBHelper::PendingIndexedDBInfo
101 void AddIndexedDB(const GURL& origin,
121 virtual void DeleteIndexedDB(const GURL& origin) OVERRIDE;
H A Dbrowsing_data_service_worker_helper.h43 // Requests the Service Worker data for an origin be deleted.
44 virtual void DeleteServiceWorkers(const GURL& origin);
79 // Deletes Service Workers for an origin the IO thread.
80 void DeleteServiceWorkersOnIOThread(const GURL& origin);
97 PendingServiceWorkerUsageInfo(const GURL& origin,
103 GURL origin; member in struct:CannedBrowsingDataServiceWorkerHelper::PendingServiceWorkerUsageInfo
112 void AddServiceWorker(const GURL& origin, const std::vector<GURL>& scopes);
131 virtual void DeleteServiceWorkers(const GURL& origin) OVERRIDE;
H A Dbrowsing_data_cookie_helper_unittest.cc193 void DeleteCookie(BrowsingDataCookieHelper* helper, const GURL origin) { argument
197 if (it->Source() == net::CanonicalCookie::GetCookieSourceFromURL(origin))
281 const GURL origin("http://www.google.com");
289 helper->AddChangedCookie(origin, origin, "A=1", net::CookieOptions());
290 helper->AddChangedCookie(origin, origin, "A=1; Domain=.www.google.com",
293 helper->AddChangedCookie(origin, origin, std::string(), net::CookieOptions());
294 helper->AddChangedCookie(origin,
[all...]
H A Dbrowsing_data_database_helper.cc64 void BrowsingDataDatabaseHelper::DeleteDatabase(const std::string& origin, argument
70 origin, name));
121 const std::string& origin,
126 tracker_->DeleteDatabase(origin, base::UTF8ToUTF16(name),
131 const GURL& origin,
134 : origin(origin),
143 if (origin == other.origin)
145 return origin < othe
120 DeleteDatabaseOnFileThread( const std::string& origin, const std::string& name) argument
130 PendingDatabaseInfo( const GURL& origin, const std::string& name, const std::string& description) argument
153 AddDatabase( const GURL& origin, const std::string& name, const std::string& description) argument
211 GURL origin = local
[all...]
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dconsole_logger.cc62 std::string origin; local
63 if ((message_dict->GetString("url", &origin) && !origin.empty()) ||
64 (message_dict->GetString("source", &origin) && !origin.empty())) {
65 origin_cstr = origin.c_str();
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_cache_storage_manager.h31 // Keeps track of a ServiceWorkerCacheStorage per origin. There is one
49 const GURL& origin,
53 const GURL& origin,
57 const GURL& origin,
61 const GURL& origin,
65 const GURL& origin,
86 const GURL& origin);
/external/chromium_org/net/http/
H A Dhttp_auth_cache.h21 // For each (origin, realm, scheme) triple the cache stores a
23 // - the origin server {protocol scheme, host, port}
27 // Entries can be looked up by either (origin, realm, scheme) or (origin, path).
34 const GURL& origin() const { function in class:net::HttpAuthCache::Entry
117 // Find the realm entry on server |origin| for realm |realm| and
119 // |origin| - the {scheme, host, port} of the server.
123 Entry* Lookup(const GURL& origin,
127 // Find the entry on server |origin| whose protection space includes
130 // |origin|
[all...]
/external/chromium_org/android_webview/renderer/
H A Daw_permission_client.cc37 const blink::WebSecurityOrigin& origin,
44 const blink::WebSecurityOrigin& origin,
35 allowDisplayingInsecureContent( bool enabled_per_settings, const blink::WebSecurityOrigin& origin, const blink::WebURL& url) argument
42 allowRunningInsecureContent( bool enabled_per_settings, const blink::WebSecurityOrigin& origin, const blink::WebURL& url) argument
/external/chromium_org/chrome/browser/password_manager/
H A Dsync_metrics.cc36 const std::string& origin) {
37 if (origin != GaiaUrls::GetInstance()->gaia_url().GetOrigin().spec())
34 IsSyncAccountCredential(Profile* profile, const std::string& username, const std::string& origin) argument
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dappid.js6 * @fileoverview Implements a check whether an app id lists an origin.
20 var origin = getOriginFromUrl(url);
21 if (origin) {
22 origins[origin] = origin;
55 * @param {string} origin The origin to check.
61 function AppIdChecker(fetcher, timer, origin, appIds, allowHttp, opt_logMsgUrl)
68 this.origin_ = origin;
91 * Checks whether all the app ids provided can be asserted by the given origin
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Dbasic_types.h31 WebRect(const WebPoint& origin, const WebSize& size);
39 WebPoint origin; member in struct:WebRect
/external/chromium_org/content/browser/quota/
H A Dmock_quota_manager.h40 // origin data stored in the profile.
55 const GURL& origin,
60 // allows clients to set up the origin database that should be queried. This
67 // Removes an origin from the canned list of origins, but doesn't touch
70 // origin as a bitmask built from QuotaClient::IDs. Setting the mask to
71 // QuotaClient::kAllClientsMask will remove all clients from the origin,
73 virtual void DeleteOriginData(const GURL& origin,
79 void SetQuota(const GURL& origin, StorageType type, int64 quota);
82 // Adds an origin to the canned list that will be searched through via
84 // which specifies the types of QuotaClients this canned origin contain
115 GURL origin; member in struct:content::MockQuotaManager::OriginInfo
[all...]
/external/chromium_org/content/renderer/dom_storage/
H A Dwebstoragenamespace_impl.cc33 const WebString& origin) {
34 return new WebStorageAreaImpl(namespace_id_, GURL(origin));
32 createStorageArea( const WebString& origin) argument
/external/chromium_org/third_party/WebKit/Source/platform/geometry/mac/
H A DFloatRectMac.mm34 FloatRect::FloatRect(const NSRect& r) : m_location(r.origin), m_size(r.size)
/external/chromium_org/third_party/WebKit/Source/web/
H A DIndexedDBClientImpl.cpp54 WebSecurityOrigin origin(context->securityOrigin());
58 return !webFrame->permissionClient() || webFrame->permissionClient()->allowIndexedDB(name, origin);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDOMMessageEvent.h50 BLINK_EXPORT void initMessageEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData, const WebString& origin, const WebFrame* sourceFrame, const WebString& lastEventId, const WebMessagePortChannelArray& channels = WebMessagePortChannelArray());
53 BLINK_EXPORT WebString origin() const;
H A DWebStorageEventDispatcher.h47 const WebString& newValue, const WebURL& origin,
54 const WebString& newValue, const WebURL& origin,
/external/chromium_org/ui/display/chromeos/test/
H A Dtest_display_snapshot.cc24 const gfx::Point& origin,
33 origin,
21 TestDisplaySnapshot( int64_t display_id, bool has_proper_display_id, const gfx::Point& origin, const gfx::Size& physical_size, DisplayConnectionType type, bool is_aspect_preserving_scaling, const std::vector<const DisplayMode*>& modes, const DisplayMode* current_mode, const DisplayMode* native_mode) argument
/external/chromium_org/ui/display/types/
H A Ddisplay_snapshot.cc11 const gfx::Point& origin,
22 origin_(origin),
9 DisplaySnapshot(int64_t display_id, bool has_proper_display_id, const gfx::Point& origin, const gfx::Size& physical_size, DisplayConnectionType type, bool is_aspect_preserving_scaling, bool has_overscan, std::string display_name, const std::vector<const DisplayMode*>& modes, const DisplayMode* current_mode, const DisplayMode* native_mode) argument
/external/chromium_org/storage/common/database/
H A Ddatabase_identifier.cc14 std::string GetIdentifierFromOrigin(const GURL& origin) { argument
15 return DatabaseIdentifier::CreateFromOrigin(origin).ToString();
33 DatabaseIdentifier DatabaseIdentifier::CreateFromOrigin(const GURL& origin) { argument
34 if (!origin.is_valid() || origin.is_empty() ||
35 !origin.IsStandard() || SchemeIsUnique(origin.scheme()))
38 if (origin.SchemeIsFile())
41 int port = origin.IntPort();
50 return DatabaseIdentifier(origin
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatBox.h70 void setOrigin(const FloatPoint3D& origin) argument
72 m_x = origin.x();
73 m_y = origin.y();
74 m_z = origin.z();
77 void setSize(const FloatPoint3D& origin) argument
79 ASSERT(origin.x() >= 0);
80 ASSERT(origin.y() >= 0);
81 ASSERT(origin.z() >= 0);
83 m_width = origin.x();
84 m_height = origin
[all...]
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DMessageEvent.cpp54 , m_origin(initializer.origin)
62 MessageEvent::MessageEvent(const String& origin, const String& lastEventId, PassRefPtrWillBeRawPtr<EventTarget> source, PassOwnPtrWillBeRawPtr<MessagePortArray> ports) argument
65 , m_origin(origin)
73 MessageEvent::MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtrWillBeRawPtr<EventTarget> source, PassOwnPtrWillBeRawPtr<MessagePortArray> ports) argument
77 , m_origin(origin)
87 MessageEvent::MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtrWillBeRawPtr<EventTarget> source, PassOwnPtr<MessagePortChannelArray> channels) argument
91 , m_origin(origin)
101 MessageEvent::MessageEvent(const String& data, const String& origin) argument
105 , m_origin(origin)
109 MessageEvent::MessageEvent(PassRefPtrWillBeRawPtr<Blob> data, const String& origin) argument
117 MessageEvent(PassRefPtr<ArrayBuffer> data, const String& origin) argument
138 initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& origin, const String& lastEventId, LocalDOMWindow* source, PassOwnPtrWillBeRawPtr<MessagePortArray> ports) argument
152 initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, LocalDOMWindow* source, PassOwnPtrWillBeRawPtr<MessagePortArray> ports) argument
[all...]
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_service.cc57 bool LocalFileSyncService::OriginChangeMap::NextOriginToProcess(GURL* origin) { argument
58 DCHECK(origin);
66 *origin = next_++->first;
67 if (!ContainsKey(disabled_origins_, *origin))
85 const GURL& origin, int64 changes) {
87 change_count_map_[origin] = changes;
90 Map::iterator found = change_count_map_.find(origin);
99 const GURL& origin, bool enabled) {
101 disabled_origins_.erase(origin);
103 disabled_origins_.insert(origin);
84 SetOriginChangeCount( const GURL& origin, int64 changes) argument
98 SetOriginEnabled( const GURL& origin, bool enabled) argument
156 GURL origin; local
313 const GURL& origin = *iter; local
338 SetOriginEnabled(const GURL& origin, bool enabled) argument
[all...]

Completed in 1118 milliseconds

1234567891011>>