Searched refs:origin (Results 226 - 250 of 1627) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/
H A Dpush_messaging_router.h26 // |origin| and |service_worker_registration_id|. Must be called on the UI
30 const GURL& origin,
39 const GURL& origin,
/external/chromium_org/content/renderer/media/
H A Dpeer_connection_identity_service.cc12 PeerConnectionIdentityService::PeerConnectionIdentityService(const GURL& origin) argument
13 : origin_(origin), pending_observer_(NULL), pending_request_id_(0) {}
/external/chromium_org/content/renderer/
H A Dnotification_permission_dispatcher.cc23 const blink::WebSecurityOrigin& origin,
27 routing_id(), GURL(origin.toString()), request_id));
22 RequestPermission( const blink::WebSecurityOrigin& origin, blink::WebNotificationPermissionCallback* callback) argument
/external/chromium_org/storage/common/database/
H A Ddatabase_identifier.h18 const GURL& origin);
25 static DatabaseIdentifier CreateFromOrigin(const GURL& origin);
/external/chromium_org/sync/internal_api/events/
H A Dconfigure_get_updates_request_event.cc15 sync_pb::SyncEnums::GetUpdatesOrigin origin,
18 origin_(origin),
13 ConfigureGetUpdatesRequestEvent( base::Time timestamp, sync_pb::SyncEnums::GetUpdatesOrigin origin, const sync_pb::ClientToServerMessage& request) argument
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebMediaStreamTrackSourcesRequest.cpp65 WebString WebMediaStreamTrackSourcesRequest::origin() const function in class:blink::WebMediaStreamTrackSourcesRequest
68 return m_private->origin();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DGaneshUtils.cpp39 bool ensureTextureBackedSkBitmap(GrContext* gr, SkBitmap& bitmap, const IntSize& size, GrSurfaceOrigin origin, GrPixelConfig config) argument
48 desc.fOrigin = origin;
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkImageWidget.cpp40 QPoint origin(0,0);
46 painter.drawImage(origin, image);
/external/chromium_org/third_party/skia/src/utils/
H A DSkCanvasStack.h20 void pushCanvas(SkCanvas* canvas, const SkIPoint& origin);
44 SkIPoint origin; member in struct:SkCanvasStack::CanvasData
/external/chromium_org/ui/compositor/
H A Ddip_util.cc70 // touched. ToEnclosingRect() floors the origin, and ceils the max
75 gfx::RectF(gfx::ScalePoint(rect_in_dip.origin(), scale),
97 gfx::Point view_offset_dips = layer_to_snap->GetTargetBounds().origin();
112 gfx::PointF origin; local
116 origin = layer_to_snap->GetTargetBounds().origin() +
120 origin = cc_layer->position();
122 CheckSnapped((layer_offset.x() + origin.x()) * scale_factor);
123 CheckSnapped((layer_offset.y() + origin.y()) * scale_factor);
/external/chromium_org/ui/display/chromeos/x11/
H A Ddisplay_snapshot_x11.cc15 const gfx::Point& origin,
29 origin,
12 DisplaySnapshotX11( 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, RROutput output, RRCrtc crtc, int index) argument
/external/skia/src/utils/
H A DSkCanvasStack.h20 void pushCanvas(SkCanvas* canvas, const SkIPoint& origin);
44 SkIPoint origin; member in struct:SkCanvasStack::CanvasData
/external/smack/src/org/xbill/DNS/
H A DSingleNameBase.java42 rdataFromString(Tokenizer st, Name origin) throws IOException { argument
43 singleName = st.getName(origin);
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_database_unittest.cc32 GURL URL(const GURL& origin, const std::string& path) { argument
33 EXPECT_TRUE(origin.is_valid());
34 EXPECT_EQ(origin, origin.GetOrigin());
35 GURL out(origin.spec() + path);
142 GURL origin("http://example.com");
165 data1.scope = URL(origin, "/foo");
166 data1.script = URL(origin, "/script1.js");
208 data2.scope = URL(origin, "/bar");
209 data2.script = URL(origin, "/script
[all...]
/external/chromium_org/android_webview/native/permission/
H A Dsimple_permission_request.h17 SimplePermissionRequest(const GURL& origin,
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_indexed_db_helper_browsertest.cc61 const GURL origin("http://host1:1/");
66 helper->AddIndexedDB(origin, description);
67 helper->AddIndexedDB(origin, description);
78 EXPECT_EQ(origin, result.begin()->origin_);
/external/chromium_org/chrome/browser/extensions/
H A Ddata_deleter.cc37 const GURL& origin,
43 if (origin.SchemeIs(kExtensionScheme)) {
56 origin,
65 origin,
35 DeleteOrigin(Profile* profile, StoragePartition* partition, const GURL& origin, const base::Closure& callback) argument
/external/chromium_org/chrome/browser/ui/
H A Dweb_contents_sizer.cc19 window->SetBounds(gfx::Rect(window->bounds().origin(), new_size));
/external/chromium_org/content/common/
H A Ddesktop_notification_messages.h14 IPC_STRUCT_TRAITS_MEMBER(origin)
53 GURL /* origin */,
/external/chromium_org/content/public/browser/
H A Dindexed_db_info.h17 IndexedDBInfo(const GURL& origin,
/external/chromium_org/content/renderer/dom_storage/
H A Ddom_storage_dispatcher.cc103 int64 namespace_id, const GURL& origin);
106 int64 namespace_id, const GURL& origin);
161 std::string GetCachedAreaKey(int64 namespace_id, const GURL& origin) { argument
162 return base::Int64ToString(namespace_id) + origin.spec();
185 int64 namespace_id, const GURL& origin) {
186 std::string key = GetCachedAreaKey(namespace_id, origin);
192 new DOMStorageCachedArea(namespace_id, origin, this);
199 std::string key = GetCachedAreaKey(area->namespace_id(), area->origin());
210 int64 namespace_id, const GURL& origin) {
211 std::string key = GetCachedAreaKey(namespace_id, origin);
184 OpenCachedArea( int64 namespace_id, const GURL& origin) argument
209 LookupCachedArea( int64 namespace_id, const GURL& origin) argument
288 OpenCachedArea( int connection_id, int64 namespace_id, const GURL& origin) argument
[all...]
H A Dwebstoragenamespace_impl.h23 const blink::WebString& origin);
/external/chromium_org/mojo/services/html_viewer/
H A Dwebstoragenamespace_impl.cc36 const blink::WebString& origin) {
35 createStorageArea( const blink::WebString& origin) argument
/external/chromium_org/net/http/
H A Dhttp_auth_handler_factory.h72 // If |origin| does not match the authentication method's filters for
74 // NOTE: This will apply to ALL |origin| values if the filters are empty.
79 const GURL& origin,
92 const GURL& origin,
104 const GURL& origin,
188 const GURL& origin,
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DFileSystemModel.js104 * @param {string} origin
108 _requestFileSystemRoot: function(origin, type, callback)
125 this._agent.requestFileSystemRoot(origin, type, innerCallback);
150 * @param {string} origin
156 _fileSystemRootReceived: function(origin, type, store, errorCode, backendRootEntry)
158 if (!errorCode && backendRootEntry && this._fileSystemsForOrigin[origin] === store) {
159 var fileSystem = new WebInspector.FileSystemModel.FileSystem(this, origin, type, backendRootEntry);
344 var origin = fileSystem.origin;
346 if (this._fileSystemsForOrigin[origin]
[all...]

Completed in 1838 milliseconds

1234567891011>>