Searched defs:origin (Results 176 - 200 of 332) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DBaseLayerAndroid.cpp190 const FloatPoint& origin,
210 backgroundRect.fLeft = origin.x() - startX;
211 backgroundRect.fTop = origin.y() - startY;
233 " repeatScale width %f, height %f, origin x %f y %f",
236 repeatScale.width(), repeatScale.height(), origin.x(), origin.y());
254 const FloatPoint& origin,
275 rect.fLeft = origin.x() + dx;
276 rect.fTop = origin.y() + dy;
309 FloatPoint origin; local
186 drawSimpleQuad(ImageTexture* imageTexture, BackgroundImagePositioning* position, const IntPoint& repeatTimes, const FloatPoint& startPoint, const FloatPoint& origin, const Color& backgroundColor) argument
250 drawRepeatedGrid(ImageTexture* imageTexture, BackgroundImagePositioning* position, const IntPoint& repeatTimes, const FloatPoint& startPoint, const FloatPoint& origin, const Color& backgroundColor) argument
[all...]
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp272 long long seekFile(PlatformFileHandle handle, long long offset, FileSeekOrigin origin) argument
275 switch (origin) {
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp95 long long seekFile(PlatformFileHandle handle, long long offset, FileSeekOrigin origin) argument
98 switch (origin) {
/external/webkit/Source/WebCore/platform/qt/
H A DFileSystemQt.cpp165 long long seekFile(PlatformFileHandle handle, long long offset, FileSeekOrigin origin) argument
170 switch (origin) {
/external/webkit/Source/WebCore/storage/
H A DStorageTracker.cpp124 if (!m_database.executeCommand("CREATE TABLE Origins (origin TEXT UNIQUE ON CONFLICT REPLACE, path TEXT);"))
156 SQLiteStatement statement(m_database, "SELECT origin FROM Origins");
288 LOG_ERROR("Unable to establish origin '%s' in the tracker", originIdentifier.ascii().data());
296 LOG_ERROR("Unable to establish origin '%s' in the tracker", originIdentifier.ascii().data());
355 SQLiteStatement statement(m_database, "SELECT origin, path FROM Origins");
413 void StorageTracker::deleteOrigin(SecurityOrigin* origin) argument
428 PageGroup::clearLocalStorageForOrigin(origin);
430 String originId = origin->databaseIdentifier();
448 LOG_ERROR("Attempted to delete origin '%s' while it was being created\n", originIdentifier.ascii().data());
456 // Get origin'
[all...]
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DGeolocationPermissions.cpp84 // See if we have a record for this origin in the permanent permissions.
106 // Although multiple tabs may request permissions for the same origin
128 // one of these, since each frame maps to a single origin. We only cancel
130 // origin.
132 // We can use the origin string to avoid searching the map.
148 // If this is the origin currently being shown, cancel the prompt
157 void GeolocationPermissions::makeAsynchronousCallbackToGeolocation(String origin, bool allow) argument
159 m_callbackData.origin = origin;
164 void GeolocationPermissions::providePermissionState(String origin, boo argument
195 recordPermissionState(String origin, bool allow, bool remember) argument
208 cancelPendingRequestsInOtherTabs(String origin) argument
216 cancelPendingRequests(String origin) argument
262 maybeCallbackFrames(String origin, bool allow) argument
289 getAllowed(String origin) argument
300 clear(String origin) argument
310 allow(String origin) argument
[all...]
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitsecurityorigin.cpp35 * by web sites. An origin consists of a host name, a protocol, and a port
36 * number. Web sites with the same security origin can access each other's
39 * Use #webkit_web_frame_get_security_origin to get the security origin of a
42 * Database quotas and usages are also defined per security origin. The
43 * cumulative disk usage of an origin's databases may be retrieved with
44 * #webkit_security_origin_get_web_database_usage. An origin's quota can be
144 * The protocol of the security origin.
151 _("The protocol of the security origin"),
158 * The host of the security origin.
165 _("The host of the security origin"),
414 WebKitSecurityOrigin* origin = (WebKitSecurityOrigin*) g_hash_table_lookup(table, coreOrigin); local
[all...]
H A Dwebkitwebdatabase.cpp38 * To get access to all databases defined by a security origin, use
71 WebKitSecurityOrigin* origin; member in struct:_WebKitWebDatabasePrivate
101 if (priv->origin) {
102 g_object_unref(priv->origin);
103 priv->origin = NULL;
133 g_value_set_object(value, priv->origin);
165 * WebKitWebDatabase:security-origin:
167 * The security origin of the database.
172 g_param_spec_object("security-origin",
174 _("The security origin o
[all...]
/external/webkit/Source/WebKit/win/
H A DWebDatabaseManager.cpp231 /* [in] */ IWebSecurityOrigin* origin,
234 if (!origin || !result)
242 COMPtr<WebSecurityOrigin> webSecurityOrigin(Query, origin);
257 /* [in] */ IWebSecurityOrigin* origin,
260 if (!origin || !result)
268 COMPtr<WebSecurityOrigin> webSecurityOrigin(Query, origin);
293 /* [in] */ IWebSecurityOrigin* origin)
295 if (!origin)
301 COMPtr<WebSecurityOrigin> webSecurityOrigin(Query, origin);
312 /* [in] */ IWebSecurityOrigin* origin)
230 databasesWithOrigin( IWebSecurityOrigin* origin, IEnumVARIANT** result) argument
255 detailsForDatabase( BSTR databaseName, IWebSecurityOrigin* origin, IPropertyBag** result) argument
292 deleteOrigin( IWebSecurityOrigin* origin) argument
310 deleteDatabase( BSTR databaseName, IWebSecurityOrigin* origin) argument
335 dispatchToMainThread(WebDatabaseManager* databaseManager, SecurityOrigin* origin) argument
342 DidModifyOriginData(WebDatabaseManager* databaseManager, PassRefPtr<SecurityOrigin> origin) argument
357 RefPtr<SecurityOrigin> origin; member in class:DidModifyOriginData
360 dispatchDidModifyOrigin(SecurityOrigin* origin) argument
374 setQuota( BSTR origin, unsigned long long quota) argument
389 dispatchDidModifyDatabase(SecurityOrigin* origin, const String& databaseName) argument
[all...]
/external/webkit/Source/WebKit2/UIProcess/
H A DWebDatabaseManagerProxy.cpp140 RefPtr<APIObject> origin = WebSecurityOrigin::create(originAndDatabases.originIdentifier); local
157 originAndDatabasesMap.set(originKey(), origin); local
196 void WebDatabaseManagerProxy::deleteDatabaseWithNameForOrigin(const String& databaseIdentifier, WebSecurityOrigin* origin) argument
199 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebDatabaseManager::DeleteDatabaseWithNameForOrigin(databaseIdentifier, origin->databaseIdentifier()));
202 void WebDatabaseManagerProxy::deleteDatabasesForOrigin(WebSecurityOrigin* origin) argument
205 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebDatabaseManager::DeleteDatabasesForOrigin(origin->databaseIdentifier()));
214 void WebDatabaseManagerProxy::setQuotaForOrigin(WebSecurityOrigin* origin, uint64_t quota) argument
217 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebDatabaseManager::SetQuotaForOrigin(origin->databaseIdentifier(), quota));
222 RefPtr<WebSecurityOrigin> origin = WebSecurityOrigin::create(originIdentifier); local
223 m_client.didModifyOrigin(this, origin
228 RefPtr<WebSecurityOrigin> origin = WebSecurityOrigin::create(originIdentifier); local
[all...]
/external/webkit/Tools/DumpRenderTree/win/
H A DFrameLoadDelegate.cpp427 /* [in] */ IWebSecurityOrigin *origin)
425 didRunInsecureContent( IWebView *sender, IWebSecurityOrigin *origin) argument
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DEventSendingController.cpp197 WKPoint origin = { x, y }; local
198 WKBundlePageSetScaleAtOrigin(InjectedBundle::shared().page()->page(), scale, origin);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs252 /// <param name="origin"></param>
255 public override long Seek(long offset, SeekOrigin origin) argument
/external/zlib/src/contrib/minizip/
H A Diowin32.c32 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
237 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) argument
245 switch (origin)
274 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) argument
283 switch (origin)
/external/chromium/chrome/browser/chromeos/login/
H A Duser_view.cc200 gfx::Point origin = top_right_; local
201 origin.Offset(-size.width(), 0);
202 SetBoundsRect(gfx::Rect(origin, size));
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.h134 const std::string& origin,
387 const std::string& origin,
386 ForwardMessageToExternalHost(const std::string& message, const std::string& origin, const std::string& target) argument
/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt.cc442 std::string origin = host_and_port; local
444 DCHECK(origin.find("http://") != 0 && origin.find("https://") != 0);
445 origin = std::string("http://") + origin;
446 dialog_form.origin = GURL(origin);
448 dialog_form.origin = GURL();
451 dialog_form.origin = GURL(request_url_.scheme() + "://" + host_and_port);
453 dialog_form.signon_realm = GetSignonRealm(dialog_form.origin, *auth_info
[all...]
/external/chromium/chrome/browser/ui/webui/options/
H A Dcontent_settings_handler.cc34 const char* kOrigin = "origin";
98 std::string GeolocationExceptionToString(const GURL& origin, argument
100 if (origin == embedding_origin)
101 return content_settings_helper::OriginToString(origin);
108 // origin "embedded on any other site", so this row will never appear. If
139 DictionaryValue* GetGeolocationExceptionForPage(const GURL& origin, argument
145 new StringValue(GeolocationExceptionToString(origin, embedding_origin)));
151 new StringValue(origin.spec()));
443 const GURL& origin = i->first; local
448 one_settings.find(origin);
601 std::string origin; local
613 std::string origin; local
[all...]
/external/icu4c/common/
H A Duiter.cpp34 noopGetIndex(UCharIterator * /*iter*/, UCharIteratorOrigin /*origin*/) {
39 noopMove(UCharIterator * /*iter*/, int32_t /*delta*/, UCharIteratorOrigin /*origin*/) {
87 stringIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { argument
88 switch(origin) {
100 /* not a valid origin */
107 stringIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) { argument
110 switch(origin) {
357 characterIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { argument
358 switch(origin) {
370 /* not a valid origin */
377 characterIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) argument
584 utf8IteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) argument
676 utf8IteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) argument
[all...]
/external/icu4c/i18n/
H A Dislamcal.cpp197 * from the Hijri epoch, origin 0.
209 * from the Hijri epoch, origin 0.
227 * @param month The month in question, origin 0 from the Hijri epoch
238 UDate origin = HIJRA_MILLIS local
242 double age = moonAge(origin, status);
250 origin -= kOneDay;
251 age = moonAge(origin, status);
260 origin += kOneDay;
261 age = moonAge(origin, status);
267 start = (int32_t)ClockMath::floorDivide((origin
[all...]
/external/opencv/cxcore/include/
H A Dcxcore.hpp160 int origin() const { return image ? image->origin : 0; } function in class:CvImage
/external/quake/quake/src/QW/server/
H A Dworld.c126 testing object's origin to get a point to use with the returned hull.
155 // calculate an offset value to center the origin
157 VectorAdd (offset, ent->v.origin, offset);
166 VectorCopy (ent->v.origin, offset);
376 VectorAdd (ent->v.origin, ent->v.mins, ent->v.absmin);
377 VectorAdd (ent->v.origin, ent->v.maxs, ent->v.absmax);
508 trace = SV_Move (ent->v.origin, ent->v.mins, ent->v.maxs, ent->v.origin, 0, ent);
873 edict_t *SV_TestPlayerPosition (edict_t *ent, vec3_t origin) argument
883 if ( SV_HullPointContents (hull, hull->firstclipnode, origin) !
[all...]
/external/v8/src/arm/
H A Dassembler-arm-inl.h104 Handle<Object> RelocInfo::target_object_handle(Assembler* origin) { argument
/external/v8/src/ia32/
H A Dassembler-ia32-inl.h112 Handle<Object> RelocInfo::target_object_handle(Assembler* origin) { argument
/external/v8/src/x64/
H A Dassembler-x64-inl.h267 Handle<Object> RelocInfo::target_object_handle(Assembler* origin) { argument
272 return origin->code_target_object_handle_at(pc_);

Completed in 8504 milliseconds

1234567891011>>