/external/webkit/WebCore/platform/graphics/mac/ |
WebLayer.mm | 105 CGContextShowTextAtPoint(context, aBounds.origin.x + 3.0f, aBounds.origin.y + 20.0f, text, strlen(text)); 146 CGRect indicatorRect = CGRectMake(bounds.origin.x, bounds.origin.y, 46, 25); 203 aBounds.origin.x, aBounds.origin.y, aBounds.size.width, aBounds.size.height,
|
WebTiledLayer.mm | 85 CGRect indicatorRect = CGRectMake(bounds.origin.x, bounds.origin.y, 46, 25);
|
/external/webkit/WebKit/win/ |
WebSecurityOrigin.cpp | 45 WebSecurityOrigin* origin = new WebSecurityOrigin(securityOrigin); local 46 origin->AddRef(); 47 return origin;
|
/external/quake/quake/src/QW/server/ |
sv_phys.c | 104 if (IS_NAN(ent->v.origin[i])) 106 Con_Printf ("Got a NaN origin on %s\n", PR_GetString(ent->v.classname)); 107 ent->v.origin[i] = 0; 264 end[i] = ent->v.origin[i] + time_left * ent->v.velocity[i]; 266 trace = SV_Move (ent->v.origin, ent->v.mins, ent->v.maxs, end, false, ent); 276 VectorCopy (trace.endpos, ent->v.origin); 402 VectorAdd (ent->v.origin, push, end); 405 trace = SV_Move (ent->v.origin, ent->v.mins, ent->v.maxs, end, MOVE_MISSILE, ent); 408 trace = SV_Move (ent->v.origin, ent->v.mins, ent->v.maxs, end, MOVE_NOMONSTERS, ent); 410 trace = SV_Move (ent->v.origin, ent->v.mins, ent->v.maxs, end, MOVE_NORMAL, ent) [all...] |
world.h | 68 // Needs to be called any time an entity changes origin, mins, maxs, or solid 93 edict_t *SV_TestPlayerPosition (edict_t *ent, vec3_t origin);
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
RFC2109VersionHandler.java | 64 public void validate(final Cookie cookie, final CookieOrigin origin)
|
/external/bluetooth/glib/gio/ |
gemblem.h | 52 GEmblemOrigin origin);
|
/external/chromium/net/ftp/ |
ftp_auth_cache_unittest.cc | 26 EXPECT_EQ(origin1, entry1->origin); 34 EXPECT_EQ(origin2, entry2->origin); 45 EXPECT_EQ(origin1, entry3->origin); 58 // Check that if the origin differs only by port number, it is considered 59 // a separate origin. 92 EXPECT_EQ(GURL("ftp://host"), entry2->origin);
|
/external/chromium/third_party/zlib/contrib/minizip/ |
ioapi.c | 60 int origin)); 125 long ZCALLBACK fseek_file_func (opaque, stream, offset, origin) 129 int origin; 133 switch (origin)
|
/external/webkit/WebCore/bindings/objc/ |
DOMUtility.mm | 142 id createDOMWrapper(JSC::JSObject* object, PassRefPtr<JSC::Bindings::RootObject> origin, PassRefPtr<JSC::Bindings::RootObject> current) 146 [wrapper _setImp:object originRootObject:origin rootObject:current];
|
/external/webkit/WebCore/loader/ |
CrossOriginPreflightResultCache.cpp | 146 void CrossOriginPreflightResultCache::appendEntry(const String& origin, const KURL& url, CrossOriginPreflightResultCacheItem* preflightResult) 149 m_preflightHashMap.set(std::make_pair(origin, url), preflightResult); 152 bool CrossOriginPreflightResultCache::canSkipPreflight(const String& origin, const KURL& url, bool includeCredentials, const String& method, const HTTPHeaderMap& requestHeaders) 155 CrossOriginPreflightResultHashMap::iterator cacheIt = m_preflightHashMap.find(std::make_pair(origin, url));
|
/external/webkit/WebCore/platform/win/ |
DragImageCGWin.cpp | 108 rect.origin.x = 0; 109 rect.origin.y = 0; 149 rect.origin.x = 0; 150 rect.origin.y = -rect.size.height;
|
/external/webkit/WebCore/rendering/ |
SVGMarkerLayoutInfo.h | 57 void addLayoutedMarker(SVGResourceMarker*, const FloatPoint& origin, float angle);
|
/external/webkit/WebCore/storage/ |
StorageAreaImpl.cpp | 47 PassRefPtr<StorageAreaImpl> StorageAreaImpl::create(StorageType storageType, PassRefPtr<SecurityOrigin> origin, PassRefPtr<StorageSyncManager> syncManager, unsigned quota) 49 return adoptRef(new StorageAreaImpl(storageType, origin, syncManager, quota)); 52 StorageAreaImpl::StorageAreaImpl(StorageType storageType, PassRefPtr<SecurityOrigin> origin, PassRefPtr<StorageSyncManager> syncManager, unsigned quota) 54 , m_securityOrigin(origin)
|
StorageNamespaceImpl.cpp | 113 RefPtr<SecurityOrigin> origin = prpOrigin; local 115 if (storageArea = m_storageAreaMap.get(origin)) 118 storageArea = StorageAreaImpl::create(m_storageType, origin, m_syncManager, m_quota); 119 m_storageAreaMap.set(origin.release(), storageArea);
|
/external/webkit/WebCore/storage/chromium/ |
DatabaseTrackerChromium.cpp | 63 // be able to write anything to it if the quota for this origin was exceeded) 72 String DatabaseTracker::fullPathForDatabase(SecurityOrigin* origin, const String& name, bool) 74 return origin->databaseIdentifier() + "/" + name + "#"; 152 void DatabaseTracker::getOpenDatabases(SecurityOrigin* origin, const String& name, HashSet<RefPtr<Database> >* databases) 158 DatabaseNameMap* nameMap = m_openDatabaseMap->get(origin);
|
/external/webkit/WebCore/svg/graphics/ |
SVGResourceMarker.h | 58 AffineTransform markerTransformation(const FloatPoint& origin, float angle, float strokeWidth) const;
|
/external/chromium/third_party/icu/public/common/unicode/ |
chariter.h | 359 * Origin enumeration for the move() and move32() functions. 583 * @param delta the position relative to origin. A positive delta means forward; 585 * @param origin Origin enumeration {kStart, kCurrent, kEnd} 589 virtual int32_t move(int32_t delta, EOrigin origin) = 0; 596 * @param delta the position relative to origin. A positive delta means forward; 598 * @param origin Origin enumeration {kStart, kCurrent, kEnd} 602 virtual int32_t move32(int32_t delta, EOrigin origin) = 0;
|
/external/icu4c/common/unicode/ |
chariter.h | 359 * Origin enumeration for the move() and move32() functions. 583 * @param delta the position relative to origin. A positive delta means forward; 585 * @param origin Origin enumeration {kStart, kCurrent, kEnd} 589 virtual int32_t move(int32_t delta, EOrigin origin) = 0; 596 * @param delta the position relative to origin. A positive delta means forward; 598 * @param origin Origin enumeration {kStart, kCurrent, kEnd} 602 virtual int32_t move32(int32_t delta, EOrigin origin) = 0;
|
/external/webkit/WebCore/dom/ |
MessageEvent.idl | 34 readonly attribute DOMString origin;
|
/external/webkit/WebCore/page/ |
History.cpp | 98 RefPtr<SecurityOrigin> origin = SecurityOrigin::create(fullURL); local 99 if (!fullURL.isValid() || !m_frame->document()->securityOrigin()->isSameSchemeHostPort(origin.get())) {
|
/external/webkit/WebKit/win/Interfaces/ |
IWebFrameLoadDelegatePrivate2.idl | 48 HRESULT didRunInsecureContent([in] IWebView* sender, [in] IWebSecurityOrigin* origin);
|
/external/tcpdump/ |
print-dvmrp.c | 172 register u_int32_t mask, origin; local 203 origin = 0; 206 origin = origin << 8 | *bp++; 209 origin <<= 8; 215 printf("\n\t %s metric %d", intoa(htonl(origin)),
|
/external/webkit/WebKit/gtk/webkit/ |
webkitsecurityorigin.cpp | 36 * by web sites. An origin consists of a host name, a protocol, and a port 37 * number. Web sites with the same security origin can access each other's 40 * Use #webkit_web_frame_get_security_origin to get the security origin of a 43 * Database quotas and usages are also defined per security origin. The 44 * cumulative disk usage of an origin's databases may be retrieved with 45 * #webkit_security_origin_get_web_database_usage. An origin's quota can be 145 * The protocol of the security origin. 152 _("The protocol of the security origin"), 159 * The host of the security origin. 166 _("The host of the security origin"), 386 WebKitSecurityOrigin* origin = (WebKitSecurityOrigin*) g_hash_table_lookup(table, coreOrigin); local [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
RequestRectangleVisibleTest.java | 196 * @param origin The root view of the screen. 199 static public void assertOnBottomEdgeOfScreen(View origin, View view) { 204 origin.getLocationOnScreen(xyRoot); 207 int bottomOfRoot = xyRoot[1] + origin.getHeight(); 217 * @param origin The root view of the screen. 220 static public void assertOnTopEdgeOfScreen(View origin, View view) { 225 origin.getLocationOnScreen(xyRoot); 228 int bottomOfRoot = xyRoot[1] + origin.getHeight();
|