Searched defs:origin (Results 276 - 300 of 760) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/content/browser/renderer_host/media/
H A Ddevice_request_message_filter.cc35 const GURL& origin,
39 origin(origin),
46 GURL origin; member in struct:content::DeviceRequestMessageFilter::DeviceRequest
34 DeviceRequest(int request_id, const GURL& origin, const std::string& audio_devices_label, const std::string& video_devices_label) argument
H A Dpeer_connection_tracker_host.cc95 const std::string& origin,
102 origin,
94 OnGetUserMedia( const std::string& origin, bool audio, bool video, const std::string& audio_constraints, const std::string& video_constraints) argument
/external/chromium_org/content/public/browser/
H A Dresource_dispatcher_host_delegate.cc60 GURL* origin,
57 ShouldInterceptResourceAsStream( net::URLRequest* request, const std::string& mime_type, GURL* origin, std::string* payload) argument
/external/chromium_org/content/public/test/
H A Dmock_storage_client.cc37 origin_data_[make_pair(GURL(mock_data[i].origin), mock_data[i].type)] =
119 const GURL& origin, StorageType type,
124 weak_factory_.GetWeakPtr(), origin, type, callback));
118 DeleteOriginData( const GURL& origin, StorageType type, const DeletionCallback& callback) argument
H A Dsandbox_file_system_test_helper.cc31 const GURL& origin,
33 : origin_(origin), type_(type), file_util_(NULL) {
156 // Prepare the origin's root directory.
30 SandboxFileSystemTestHelper( const GURL& origin, storage::FileSystemType type) argument
/external/chromium_org/content/renderer/dom_storage/
H A Ddom_storage_cached_area.cc22 const GURL& origin,
26 origin_(origin),
21 DOMStorageCachedArea(int64 namespace_id, const GURL& origin, DOMStorageProxy* proxy) argument
/external/chromium_org/content/shell/browser/
H A Dshell_message_filter.cc102 void ShellMessageFilter::OnCheckWebNotificationPermission(const GURL& origin, argument
107 *result = manager->CheckPermission(origin);
113 const GURL& origin, bool permission_granted) {
117 manager->SetPermission(origin, permission_granted ?
112 OnGrantWebNotificationPermission( const GURL& origin, bool permission_granted) argument
/external/chromium_org/mojo/services/html_viewer/
H A Dwebsockethandle_impl.cc160 const WebSerializedOrigin& origin,
173 origin.string().utf8(),
158 connect(const WebURL& url, const WebVector<WebString>& protocols, const WebSerializedOrigin& origin, WebSocketHandleClient* client) argument
/external/chromium_org/net/cert/
H A Dmulti_log_ct_verifier.cc33 // Record SCT origin enum. This metric measure the popularity
35 void LogSCTOriginToUMA(ct::SignedCertificateTimestamp::Origin origin) { argument
37 origin,
169 ct::SignedCertificateTimestamp::Origin origin,
184 LogSCTOriginToUMA(origin);
192 decoded_sct->origin = origin;
166 VerifySCTs( const std::string& encoded_sct_list, const ct::LogEntry& expected_entry, ct::SignedCertificateTimestamp::Origin origin, ct::CTVerifyResult* result) argument
H A Dmulti_log_ct_verifier_unittest.cc69 ct::SignedCertificateTimestamp::Origin origin) {
71 (result.verified_scts[0]->origin == origin);
98 std::string origin;
99 if (!the_sct->GetString("origin", &origin))
101 if (origin != "embedded_in_certificate")
67 CheckForSCTOrigin( const ct::CTVerifyResult& result, ct::SignedCertificateTimestamp::Origin origin) argument
/external/chromium_org/net/http/
H A Dhttp_auth_handler_factory.cc25 const GURL& origin,
29 return CreateAuthHandler(&props, target, origin, CREATE_CHALLENGE, 1,
36 const GURL& origin,
41 return CreateAuthHandler(&props, target, origin, CREATE_PREEMPTIVE,
178 const GURL& origin,
195 return it->second->CreateAuthHandler(challenge, target, origin, reason,
22 CreateAuthHandlerFromString( const std::string& challenge, HttpAuth::Target target, const GURL& origin, const BoundNetLog& net_log, scoped_ptr<HttpAuthHandler>* handler) argument
33 CreatePreemptiveAuthHandlerFromString( const std::string& challenge, HttpAuth::Target target, const GURL& origin, int digest_nonce_count, const BoundNetLog& net_log, scoped_ptr<HttpAuthHandler>* handler) argument
175 CreateAuthHandler( HttpAuthChallengeTokenizer* challenge, HttpAuth::Target target, const GURL& origin, CreateReason reason, int digest_nonce_count, const BoundNetLog& net_log, scoped_ptr<HttpAuthHandler>* handler) argument
H A Dhttp_auth_handler_mock.cc170 const GURL& origin,
181 !tmp_handler->InitFromChallenge(challenge, target, origin, net_log))
167 CreateAuthHandler( HttpAuthChallengeTokenizer* challenge, HttpAuth::Target target, const GURL& origin, CreateReason reason, int nonce_count, const BoundNetLog& net_log, scoped_ptr<HttpAuthHandler>* handler) argument
/external/chromium_org/net/spdy/
H A Dspdy_websocket_test_util.cc34 const char* origin) {
40 SetHeader("origin", origin, headers.get());
30 ConstructSpdyWebSocketSynStream( int stream_id, const char* path, const char* host, const char* origin) argument
/external/chromium_org/net/websockets/
H A Dwebsocket_handshake_stream_create_helper_test.cc83 const std::string& origin,
93 socket_path, origin, extra_request_headers),
119 headers.SetHeader("Origin", origin);
79 CreateAndInitializeStream( const std::string& socket_url, const std::string& socket_path, const std::vector<std::string>& sub_protocols, const std::string& origin, const std::string& extra_request_headers, const std::string& extra_response_headers) argument
H A Dwebsocket_test_util.cc36 const std::string& origin,
57 origin.c_str(),
35 WebSocketStandardRequest(const std::string& path, const std::string& origin, const std::string& extra_headers) argument
/external/chromium_org/pdf/
H A Dbutton.cc21 const pp::Point& origin,
32 pp::Rect rc(origin, face_normal.size());
54 pp::Point origin = draw_rc.point();
57 AlphaBlend(GetCurrentImage(), draw_rc, image_data, origin, transparency()); local
20 CreateButton(uint32 id, const pp::Point& origin, bool visible, Control::Owner* owner, ButtonStyle style, const pp::ImageData& face_normal, const pp::ImageData& face_highlighted, const pp::ImageData& face_pressed) argument
H A Dcontrol.cc59 // Temporary move control to origin (0,0) and draw it into temp buffer.
113 void Control::MoveTo(const pp::Point& origin, bool invalidate) { argument
114 MoveBy(origin - rc_.point(), invalidate);
H A Dpage_indicator.cc41 void PageIndicator::Configure(const pp::Point& origin, argument
44 pp::Rect rc(origin, background_.size());
87 pp::Point origin = draw_rc.point(); local
89 AlphaBlend(buffer, draw_rc, image_data, origin, transparency());
/external/chromium_org/ppapi/cpp/
H A Drect.cc13 T* origin, T* size) {
14 if (*origin < dst_origin) {
15 *origin = dst_origin;
19 *origin = std::min(dst_origin + dst_size, *origin + *size) - *size;
12 AdjustAlongAxis(T dst_origin, T dst_size, T* origin, T* size) argument
/external/chromium_org/storage/browser/database/
H A Ddatabase_quota_client.cc45 GURL origin = storage::GetOriginFromIdentifier(*iter); local
46 origins_ptr->insert(origin);
60 GURL origin = storage::GetOriginFromIdentifier(*iter); local
61 if (host == net::GetHostOrSpecFromURL(origin))
62 origins_ptr->insert(origin);
189 void DatabaseQuotaClient::DeleteOriginData(const GURL& origin, argument
211 storage::GetIdentifierFromOrigin(origin),
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_quota_client.cc67 const GURL& origin,
74 context, context->quota_manager_proxy(), origin, type);
183 const GURL& origin,
194 origin,
65 DeleteOriginOnFileTaskRunner( FileSystemContext* context, const GURL& origin, FileSystemType type) argument
182 DeleteOriginData( const GURL& origin, StorageType type, const DeletionCallback& callback) argument
H A Dsandbox_prioritized_origin_database.cc22 FILE_PATH_LITERAL("primary.origin");
25 const std::string& origin) {
32 pickle.WriteString(origin);
39 std::string* origin) {
45 return pickle.ReadString(&iter, origin) && !origin->empty();
63 const std::string& origin) {
65 if (!MaybeLoadPrimaryOrigin() && ResetPrimaryOrigin(origin)) {
66 MaybeMigrateDatabase(origin);
69 origin,
24 WritePrimaryOriginFile(const base::FilePath& path, const std::string& origin) argument
38 ReadPrimaryOriginFile(const base::FilePath& path, std::string* origin) argument
62 InitializePrimaryOrigin( const std::string& origin) argument
89 HasOriginPath( const std::string& origin) argument
100 GetPathForOrigin( const std::string& origin, base::FilePath* directory) argument
110 RemovePathForOrigin( const std::string& origin) argument
156 ResetPrimaryOrigin( const std::string& origin) argument
170 MaybeMigrateDatabase( const std::string& origin) argument
[all...]
/external/chromium_org/storage/browser/fileapi/quota/
H A Dquota_backend_impl.cc36 void QuotaBackendImpl::ReserveQuota(const GURL& origin, argument
41 DCHECK(origin.is_valid());
49 origin,
53 QuotaReservationInfo(origin, type, delta),
57 void QuotaBackendImpl::ReleaseReservedQuota(const GURL& origin, argument
61 DCHECK(origin.is_valid());
65 ReserveQuotaInternal(QuotaReservationInfo(origin, type, -size));
68 void QuotaBackendImpl::CommitQuotaUsage(const GURL& origin, argument
72 DCHECK(origin.is_valid());
75 ReserveQuotaInternal(QuotaReservationInfo(origin, typ
83 IncrementDirtyCount(const GURL& origin, FileSystemType type) argument
94 DecrementDirtyCount(const GURL& origin, FileSystemType type) argument
150 GetUsageCachePath( const GURL& origin, FileSystemType type, base::FilePath* usage_file_path) argument
164 QuotaReservationInfo( const GURL& origin, FileSystemType type, int64 delta) argument
[all...]
/external/chromium_org/storage/browser/quota/
H A Dquota_database.h54 bool SetOriginLastAccessTime(const GURL& origin,
58 bool SetOriginLastModifiedTime(const GURL& origin,
68 bool DeleteOriginInfo(const GURL& origin, StorageType type);
73 // Sets |origin| to the least recently used origin of origins not included
76 // |origin| is set to empty when there is no matching origin.
80 GURL* origin);
111 const GURL& origin,
116 GURL origin; member in struct:storage::QuotaDatabase::OriginInfoTableEntry
[all...]
H A Dquota_temporary_storage_evictor.cc66 (*statistics)["errors-on-evicting-origin"] =
195 // Space is getting tight. Get the least recently used origin and continue.
220 void QuotaTemporaryStorageEvictor::OnGotLRUOrigin(const GURL& origin) { argument
223 if (origin.is_empty()) {
230 quota_eviction_handler_->EvictOriginData(origin, kStorageTypeTemporary,
242 // for a certain origin. It doesn't result in trying to evict the same
243 // origin permanently. The evictor skips origins which had deletion errors

Completed in 249 milliseconds

<<11121314151617181920>>