/external/chromium_org/ui/gfx/geometry/ |
D | box_f.h | 31 : origin_(x, y, z), in BoxF() 37 : origin_(origin), in BoxF() 51 origin_.Scale(x_scale, y_scale, z_scale); in Scale() 57 origin_ += offset; 69 float x() const { return origin_.x(); } in x() 70 void set_x(float x) { origin_.set_x(x); } in set_x() 72 float y() const { return origin_.y(); } in y() 73 void set_y(float y) { origin_.set_y(y); } in set_y() 75 float z() const { return origin_.z(); } in z() 76 void set_z(float z) { origin_.set_z(z); } in set_z() [all …]
|
D | rect_base.h | 29 Type x() const { return origin_.x(); } in x() 30 void set_x(Type x) { origin_.set_x(x); } in set_x() 32 Type y() const { return origin_.y(); } in y() 33 void set_y(Type y) { origin_.set_y(y); } in set_y() 41 const PointClass& origin() const { return origin_; } in origin() 42 void set_origin(const PointClass& origin) { origin_ = origin; } in set_origin() 158 : origin_(origin), size_(size) {} in RectBase() 162 : origin_(origin) {} in RectBase() 168 PointClass origin_;
|
/external/chromium_org/storage/browser/fileapi/ |
D | file_system_url.cc | 62 is_valid_ = ParseFileSystemSchemeURL(url, &origin_, &mount_type_, in FileSystemURL() 72 origin_(origin), in FileSystemURL() 89 origin_(origin), in FileSystemURL() 105 std::string url = GetFileSystemRootURI(origin_, mount_type_).spec(); in ToGURL() 126 ss << GetFileSystemRootURI(origin_, mount_type_); in DebugString() 153 return origin_ == that.origin_ && in operator ==() 163 if (lhs.origin_ != rhs.origin_) in operator ()() 164 return lhs.origin_ < rhs.origin_; in operator ()()
|
D | sandbox_isolated_origin_database.cc | 23 origin_(origin), in SandboxIsolatedOriginDatabase() 33 return (origin_ == origin); in HasOriginPath() 38 if (origin != origin_) in GetPathForOrigin() 51 origins->push_back(OriginRecord(origin_, origin_directory_)); in ListAllOrigins()
|
/external/chromium_org/tools/gn/ |
D | value.cc | 15 origin_(NULL) { in Value() 22 origin_(origin) { in Value() 29 origin_(origin) { in Value() 36 origin_(origin) { in Value() 44 origin_(origin) { in Value() 53 origin_(origin) { in Value() 62 origin_(origin) { in Value() 71 origin_(other.origin_) { in Value() 87 origin_ = other.origin_; in operator =()
|
D | substitution_pattern.cc | 26 SubstitutionPattern::SubstitutionPattern() : origin_(NULL) { in SubstitutionPattern() 85 origin_ = origin; in Parse() 123 *err = Err(origin_, "This is empty but I was expecting an output file."); in IsInOutputDir() 131 ranges_[0].literal, origin_, err)) in IsInOutputDir() 137 *err = Err(origin_, in IsInOutputDir()
|
/external/chromium_org/chrome/browser/resources/print_preview/data/ |
D | printable_area.js | 22 this.origin_ = origin; 38 return this.origin_; 55 this.origin_.equals(other.origin_) &&
|
D | destination.js | 47 this.origin_ = origin; 212 return this.origin_; 249 return this.origin_ == Destination.Origin.LOCAL || 250 (this.origin_ == Destination.Origin.PRIVET && 257 return this.origin_ == Destination.Origin.PRIVET;
|
/external/chromium_org/content/public/test/ |
D | sandbox_file_system_test_helper.cc | 33 : origin_(origin), type_(type), file_util_(NULL) { in SandboxFileSystemTestHelper() 37 : origin_(GURL("http://foo.com")), in SandboxFileSystemTestHelper() 72 GetBaseDirectoryForOriginAndType(origin_, type_, false); in GetOriginRootPath() 91 GetUsageCachePathForOriginAndType(origin_, type_); in GetUsageCachePath() 96 return file_system_context_->CreateCrackedFileSystemURL(origin_, type_, path); in CreateURL() 102 file_system_context_.get(), origin_, type_); in GetCachedOriginUsage() 158 GetBaseDirectoryForOriginAndType(origin_, type_, true /* create */); in SetUpFileSystem()
|
/external/chromium_org/ash/magnifier/ |
D | magnification_controller.cc | 79 return gfx::ToFlooredPoint(origin_); in GetWindowPosition() 168 gfx::PointF origin_; member in ash::MagnificationControllerImpl 206 (scale_ / scale) * (mouse_in_root.x() - origin_.x()), in RedrawKeepingMousePosition() 208 (scale_ / scale) * (mouse_in_root.y() - origin_.y())); in RedrawKeepingMousePosition() 247 if (origin_.x() == x && in RedrawDIP() 248 origin_.y() == y && in RedrawDIP() 253 origin_.set_x(x); in RedrawDIP() 254 origin_.set_y(y); in RedrawDIP() 262 transform.Translate(-origin_.x(), -origin_.y()); in RedrawDIP() 295 gfx::PointF new_origin = origin_; in StartOrStopScrollIfNecessary() [all …]
|
/external/chromium_org/storage/browser/fileapi/quota/ |
D | quota_reservation_buffer.cc | 19 origin_(origin), in QuotaReservationBuffer() 47 reservation_manager_->CommitQuotaUsage(origin_, type_, usage_delta); in CommitFileGrowth() 58 origin_, type_, reserved_quota_consumption); in CommitFileGrowth() 83 origin_, type_, -reserved_quota_, in ~QuotaReservationBuffer() 85 reservation_manager_, origin_, type_)); in ~QuotaReservationBuffer()
|
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/ |
D | desktop_capture_api.cc | 102 origin_ = GURL(*(params->target_tab->url)).GetOrigin(); in RunAsync() 106 !origin_.SchemeIsSecure()) { in RunAsync() 110 target_name = base::UTF8ToUTF16(origin_.SchemeIsSecure() ? in RunAsync() 111 net::GetHostAndOptionalPort(origin_) : origin_.spec()); in RunAsync() 125 if (origin_ != web_contents->GetLastCommittedURL().GetOrigin()) { in RunAsync() 130 origin_ = extension()->url(); in RunAsync() 238 origin_, in OnPickerDialogResults()
|
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
D | appid.js | 68 this.origin_ = origin; 122 if (appId == this.origin_) { 129 if (allowedOrigins.indexOf(self.origin_) == -1) { 130 console.warn(UTIL_fmt('Origin ' + self.origin_ + 153 return appId == self.origin_;
|
D | signer.js | 216 this.origin_ = origin; 260 this.signer_ = new Signer(this.timer_, this.origin_, 309 this.origin_ = origin; 331 this.allowHttp_ = this.origin_ ? this.origin_.indexOf('http://') == 0 : false; 373 FACTORY_REGISTRY.getOriginChecker().canClaimAppIds(this.origin_, appIds) 396 this.timer_.clone(), this.origin_, 436 makeSignBrowserData(serverChallenge, this.origin_, this.tlsChannelId_);
|
/external/chromium_org/components/autofill/core/browser/ |
D | autofill_data_model.cc | 15 origin_(origin) {} in AutofillDataModel() 26 return !origin_.empty() && !GURL(origin_).is_valid(); in IsVerified()
|
D | autofill_data_model.h | 40 std::string origin() const { return origin_; } in origin() 41 void set_origin(const std::string& origin) { origin_ = origin; } in set_origin() 53 std::string origin_; variable
|
/external/chromium_org/content/browser/dom_storage/ |
D | session_storage_database_adapter.cc | 17 origin_(origin) { in SessionStorageDatabaseAdapter() 23 db_->ReadAreaValues(permanent_namespace_id_, origin_, result); in ReadAllValues() 28 return db_->CommitAreaChanges(permanent_namespace_id_, origin_, in CommitChanges()
|
/external/chromium_org/components/content_settings/core/common/ |
D | permission_request_id.cc | 16 origin_(origin) { in PermissionRequestID() 24 (origin_ == other.origin()); in Equals() 38 origin_.spec().c_str()); in ToString()
|
/external/chromium_org/sync/internal_api/events/ |
D | configure_get_updates_request_event.cc | 18 origin_(origin), in ConfigureGetUpdatesRequestEvent() 32 return base::StringPrintf("Reason: %s", GetUpdatesOriginString(origin_)); in GetDetails() 45 origin_, in Clone()
|
/external/chromium_org/chrome/browser/prerender/ |
D | prerender_tab_helper.cc | 61 origin_(ORIGIN_NONE), in PrerenderTabHelper() 75 prerender_manager->IsWebContentsPrerendering(web_contents, &origin_)) { in PrerenderTabHelper() 125 origin_, now - pplt_load_start_, url_); in DidStopLoading() 168 origin_ = next_load_origin_; in DidStartProvisionalLoadForFrame() 278 origin_, navigation_type_, perceived_page_load_time, in RecordPerceivedPageLoadTime() 283 origin_ = ORIGIN_NONE; in RecordPerceivedPageLoadTime()
|
/external/chromium_org/chrome/browser/resources/options/ |
D | origin_resources_list.js | 17 el.origin_ = origin.origin; 40 titleEl.originPattern = this.origin_; 41 titleEl.style.backgroundImage = getFaviconImageSet(this.origin_);
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | media_stream_dispatcher_host_unittest.cc | 224 origin_("https://test.com") { in MediaStreamDispatcherHostTest() 300 host_->OnGenerateStream(render_frame_id, page_request_id, options, origin_, in GenerateStreamAndWaitForResult() 305 EXPECT_TRUE(DoesEveryDeviceMapToRawId(host_->audio_devices_, origin_)); in GenerateStreamAndWaitForResult() 306 EXPECT_TRUE(DoesEveryDeviceMapToRawId(host_->video_devices_, origin_)); in GenerateStreamAndWaitForResult() 320 origin_, run_loop.QuitClosure()); in GenerateStreamAndWaitForFailure() 329 MEDIA_DEVICE_VIDEO_CAPTURE, origin_, in OpenVideoDeviceAndWaitForResult() 333 EXPECT_TRUE(DoesEveryDeviceMapToRawId(host_->video_devices_, origin_)); in OpenVideoDeviceAndWaitForResult() 340 host_->OnEnumerateDevices(render_frame_id, page_request_id, type, origin_, in EnumerateDevicesAndWaitForResult() 345 EXPECT_TRUE(DoesEveryDeviceMapToRawId(host_->enumerated_devices_, origin_)); in EnumerateDevicesAndWaitForResult() 434 GURL origin_; member in content::MediaStreamDispatcherHostTest [all …]
|
/external/chromium_org/ui/display/types/ |
D | display_snapshot.h | 35 const gfx::Point& origin() const { return origin_; } in origin() 53 void set_origin(const gfx::Point& origin) { origin_ = origin; } in set_origin() 65 gfx::Point origin_; variable
|
/external/chromium_org/chrome/browser/browsing_data/ |
D | browsing_data_indexed_db_helper_browsertest.cc | 55 EXPECT_EQ(origin1, info->origin_); in IN_PROC_BROWSER_TEST_F() 57 EXPECT_EQ(origin2, info->origin_); in IN_PROC_BROWSER_TEST_F() 78 EXPECT_EQ(origin, result.begin()->origin_); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/android_webview/native/permission/ |
D | permission_request_handler_unittest.cc | 19 : origin_(origin), in TestAwPermissionRequestDelegate() 25 return origin_; in GetOrigin() 39 GURL origin_; member in android_webview::TestAwPermissionRequestDelegate 134 origin_ = GURL("http://www.google.com"); in SetUp() 139 origin_, resources_, base::Bind( in SetUp() 145 return origin_; in origin() 169 GURL origin_; member in android_webview::PermissionRequestHandlerTest
|