Searched defs:origin_ (Results 26 - 48 of 48) sorted by relevance

12

/external/chromium_org/tools/gn/
H A Dvalue.h55 const ParseNode* origin() const { return origin_; }
56 void set_origin(const ParseNode* o) { origin_ = o; }
129 const ParseNode* origin_; member in class:Value
/external/chromium_org/ui/ozone/platform/dri/
H A Dhardware_display_controller.h172 gfx::Point origin() const { return origin_; }
173 void set_origin(const gfx::Point& origin) { origin_ = origin; }
201 gfx::Point origin_; member in class:ui::HardwareDisplayController
/external/chromium_org/android_webview/native/permission/
H A Dpermission_request_handler_unittest.cc19 : origin_(origin),
25 return origin_;
39 GURL origin_; member in class:android_webview::TestAwPermissionRequestDelegate
134 origin_ = GURL("http://www.google.com");
139 origin_, resources_, base::Bind(
145 return origin_;
169 GURL origin_; member in class:android_webview::PermissionRequestHandlerTest
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.h108 GURL origin() const { return origin_; }
232 const GURL origin_; member in class:sync_file_system::CannedSyncableFileSystem
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
H A Dquota_internals_types.h101 GURL origin_; member in class:quota_internals::PerOriginStorageInfo
/external/chromium_org/ui/display/types/
H A Ddisplay_snapshot.h35 const gfx::Point& origin() const { return origin_; }
53 void set_origin(const gfx::Point& origin) { origin_ = origin; }
65 gfx::Point origin_; member in class:ui::DisplaySnapshot
/external/chromium_org/ui/gfx/geometry/
H A Drect_base.h29 Type x() const { return origin_.x(); }
30 void set_x(Type x) { origin_.set_x(x); }
32 Type y() const { return origin_.y(); }
33 void set_y(Type y) { origin_.set_y(y); }
41 const PointClass& origin() const { return origin_; }
42 void set_origin(const PointClass& origin) { origin_ = origin; }
158 : origin_(origin), size_(size) {}
162 : origin_(origin) {}
168 PointClass origin_; member in class:gfx::RectBase
/external/chromium_org/android_webview/native/
H A Daw_quota_manager_bridge_impl.cc62 std::vector<std::string> origin_; member in class:android_webview::__anon1823::GetOriginsTask
119 origin_.push_back(origin.spec());
143 ui_callback_.Run(origin_, usage_, quota_);
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_params.h161 return origin_;
283 GURL origin_; member in class:data_reduction_proxy::DataReductionProxyParams
/external/chromium_org/content/browser/fileapi/
H A Dcopy_or_move_file_validator_unittest.cc48 : origin_(origin), src_type_(src_type), dest_type_(dest_type) {}
71 FileSystemURL::CreateForTest(origin_, src_type_, base::FilePath()),
137 origin_, src_type_,
143 origin_, dest_type_,
168 const GURL origin_; member in class:content::__anon7099::CopyOrMoveFileValidatorTestHelper
H A Dcopy_or_move_operation_delegate_unittest.cc170 : origin_(origin), src_type_(src_type), dest_type_(dest_type) {}
207 FileSystemURL::CreateForTest(origin_, src_type_, base::FilePath()),
222 FileSystemURL::CreateForTest(origin_, dest_type_, base::FilePath()),
229 origin_,
233 origin_,
252 origin_, src_type_, base::FilePath::FromUTF8Unsafe(path));
257 origin_, dest_type_, base::FilePath::FromUTF8Unsafe(path));
380 quota_manager_.get(), origin_, type, usage, quota);
387 const GURL origin_; member in class:content::CopyOrMoveOperationTestHelper
H A Dobfuscated_file_util_unittest.cc147 : origin_(GURL("http://www.example.com")),
150 sandbox_file_system_(origin_, type_),
249 return origin_;
700 storage_policy_->AddIsolated(origin_);
704 origin_, kFileSystemTypePersistent, base::FilePath());
718 storage_policy_->AddIsolated(origin_);
722 origin_, kFileSystemTypePersistent, base::FilePath());
746 std::string origin_string = storage::GetIdentifierFromOrigin(origin_);
764 storage_policy_->AddIsolated(origin_);
769 origin_, tru
803 GURL origin_; member in class:content::ObfuscatedFileUtilTest
[all...]
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store.cc81 : origin_(origin),
114 GURL origin_; member in class:content::WebRTCIdentityRequest
276 backend_->AddIdentity(request->origin_,
306 if (in_flight_requests_[i]->origin_ == origin &&
/external/chromium_org/net/http/
H A Dhttp_auth_cache_unittest.cc532 HttpAuthCacheEvictionTest() : origin_("http://www.google.com") { }
547 cache_.Add(origin_,
558 origin_, GenerateRealm(realm_i), HttpAuth::AUTH_SCHEME_BASIC);
569 cache_.LookupByPath(origin_, GeneratePath(realm_i, path_i));
578 GURL origin_; member in class:net::HttpAuthCacheEvictionTest
H A Dhttp_stream_factory_impl_job.h268 HostPortPair origin_; member in class:net::HttpStreamFactoryImpl::Job
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_contents.h195 Origin origin() const { return origin_; }
432 Origin origin_; member in class:prerender::PrerenderContents
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc79 return gfx::ToFlooredPoint(origin_);
168 gfx::PointF origin_; member in class:ash::MagnificationControllerImpl
206 (scale_ / scale) * (mouse_in_root.x() - origin_.x()),
208 (scale_ / scale) * (mouse_in_root.y() - origin_.y()));
247 if (origin_.x() == x &&
248 origin_.y() == y &&
253 origin_.set_x(x);
254 origin_.set_y(y);
262 transform.Translate(-origin_.x(), -origin_
[all...]
/external/chromium_org/content/browser/appcache/
H A Dappcache_service_impl.cc183 : AsyncHelper(service, callback), origin_(origin),
203 GURL origin_; member in class:content::AppCacheServiceImpl::DeleteOriginHelper
221 collection->infos_by_origin.find(origin_);
H A Dappcache_storage_impl.cc1145 GURL origin_; member in class:content::AppCacheStorageImpl::MakeGroupObsoleteTask
1159 origin_(group->manifest_url().GetOrigin()),
1177 new_origin_usage_ = database_->GetOriginUsage(origin_);
1182 DCHECK_EQ(group_record.origin, origin_);
1187 new_origin_usage_ = database_->GetOriginUsage(origin_);
1195 storage_->UpdateUsageMapAndNotify(origin_, new_origin_usage_);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.h222 base::string16 origin() const { return origin_; }
227 base::string16 origin_; // TODO(jsbell): Store encoded strings, or just member in class:content::DatabaseNameKey
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_dispatcher_host_unittest.cc224 origin_("https://test.com") {
300 host_->OnGenerateStream(render_frame_id, page_request_id, options, origin_,
305 EXPECT_TRUE(DoesEveryDeviceMapToRawId(host_->audio_devices_, origin_));
306 EXPECT_TRUE(DoesEveryDeviceMapToRawId(host_->video_devices_, origin_));
320 origin_, run_loop.QuitClosure());
329 MEDIA_DEVICE_VIDEO_CAPTURE, origin_,
333 EXPECT_TRUE(DoesEveryDeviceMapToRawId(host_->video_devices_, origin_));
340 host_->OnEnumerateDevices(render_frame_id, page_request_id, type, origin_,
345 EXPECT_TRUE(DoesEveryDeviceMapToRawId(host_->enumerated_devices_, origin_));
434 GURL origin_; member in class:content::MediaStreamDispatcherHostTest
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_protocol.h944 std::string origin() const { return origin_; }
955 origin_ = origin;
965 std::string origin_; member in class:net::SpdyAltSvcIR
/external/chromium_org/storage/browser/quota/
H A Dquota_manager.cc542 origin_(origin),
559 origin_, type_,
574 manager()->DeleteOriginFromDatabase(origin_, type_);
602 GURL origin_; member in class:storage::QuotaManager::OriginDataDeleter

Completed in 502 milliseconds

12