HomeSort by relevance Sort by last modified time
    Searched refs:origin (Results 126 - 150 of 764) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/net/http/
http_auth_handler_basic_unittest.cc 32 GURL origin("http://www.example.com");
38 challenge, HttpAuth::AUTH_SERVER, origin, BoundNetLog(), &basic));
85 GURL origin("http://www.example.com");
89 tests[0].challenge, HttpAuth::AUTH_SERVER, origin,
176 GURL origin("http://www.example.com");
181 challenge, HttpAuth::AUTH_SERVER, origin, BoundNetLog(), &basic);
http_auth_handler_factory.h 72 // 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/webkit/Source/WebCore/platform/graphics/win/
WebLayer.cpp 49 repaintCounterRect.origin.y = layerBounds.size.height - (layerBounds.origin.y + repaintCounterRect.size.height);
54 flippedDirtyRect.origin.y = bounds().size.height - (flippedDirtyRect.origin.y + flippedDirtyRect.size.height);
133 cg.drawText(font, TextRun(text), IntPoint(aBounds.origin.x + 5, aBounds.origin.y + 17));
  /external/chromium/chrome/browser/
browsing_data_database_helper.cc 29 const std::string& origin,
36 origin(origin),
75 void BrowsingDataDatabaseHelper::DeleteDatabase(const std::string& origin,
79 this, &BrowsingDataDatabaseHelper::DeleteDatabaseInWebKitThread, origin,
137 const std::string& origin,
142 tracker_->DeleteDatabase(UTF8ToUTF16(origin), UTF8ToUTF16(name), NULL);
148 const GURL& origin,
151 : origin(origin),
    [all...]
browsing_data_indexed_db_helper_browsertest.cc 55 const GURL origin("http://host1:1/");
62 helper->AddIndexedDB(origin, description);
63 helper->AddIndexedDB(origin, description);
mock_browsing_data_database_helper.cc 28 const std::string& origin,
30 std::string key = origin + ":" + name;
32 last_deleted_origin_ = origin;
  /ndk/sources/host-tools/make-3.81/
variable.c 158 ORIGIN specifies the origin of the variable (makefile, command line
165 char *value, enum variable_origin origin,
180 if (env_overrides && origin == o_env)
181 origin = o_env_override;
186 if (env_overrides && v->origin == o_env)
189 v->origin = o_env_override;
194 if ((int) origin >= (int) v->origin)
203 v->origin = origin
1364 const char *origin; local
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965CommentUrlAttributeHandler.java 58 public void validate(final Cookie cookie, final CookieOrigin origin)
62 public boolean match(final Cookie cookie, final CookieOrigin origin) {
RFC2965DiscardAttributeHandler.java 58 public void validate(final Cookie cookie, final CookieOrigin origin)
62 public boolean match(final Cookie cookie, final CookieOrigin origin) {
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceMarker.h 56 AffineTransform markerTransformation(const FloatPoint& origin, float angle, float strokeWidth) const;
71 AffineTransform markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth = -1) const;
  /external/webkit/Source/WebKit/chromium/src/
WebStorageEventDispatcherImpl.cpp 58 const WebString& newValue, const WebString& origin,
66 RefPtr<WebCore::SecurityOrigin> securityOrigin = WebCore::SecurityOrigin::createFromString(origin);
WebStorageNamespaceImpl.cpp 77 RefPtr<WebCore::SecurityOrigin> origin = WebCore::SecurityOrigin::createFromString(originWebCoreString); local
78 return new WebStorageAreaImpl(m_storageNamespace->storageArea(origin.release()));
StorageNamespaceProxy.cpp 79 PassRefPtr<StorageArea> StorageNamespaceProxy::storageArea(PassRefPtr<SecurityOrigin> origin)
81 return adoptRef(new StorageAreaProxy(m_storageNamespace->createStorageArea(origin->toString()), m_storageType));
94 void StorageNamespaceProxy::clearOriginForDeletion(SecurityOrigin* origin)
  /packages/apps/Browser/src/com/android/browser/
SystemAllowGeolocationOrigins.java 128 for (String origin : setting.split("\\s+")) {
129 if (!TextUtils.isEmpty(origin)) {
130 origins.add(origin);
167 for (String origin : origins) {
168 GeolocationPermissions.getInstance().allow(origin);
177 for (final String origin : origins) {
178 GeolocationPermissions.getInstance().getAllowed(origin, new ValueCallback<Boolean>() {
181 GeolocationPermissions.getInstance().clear(origin);
  /external/chromium/chrome/browser/ui/cocoa/
cocoa_test_helper.h 143 EXPECT_TRUE(CGFLOAT_EQ(expected.origin.x, actual.origin.x) && \
144 CGFLOAT_EQ(expected.origin.y, actual.origin.y) && \
  /external/quake/quake/src/QW/client/
sound.h 74 vec3_t origin; // origin of sound effect member in struct:__anon10473
92 void S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation);
93 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation);
97 void S_Update (vec3_t origin, vec3_t v_forward, vec3_t v_right, vec3_t v_up);
  /external/webkit/LayoutTests/http/tests/cookies/resources/
resetCookies.js 6 // Due to cross-origin restrictions, we can only (simply) reset cookies for our current origin.
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.h 69 // Remember that Skia's text drawing origin is the baseline, like WebKit, not
94 const SkPoint* origin);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframeprivate.h 49 WebKitSecurityOrigin* origin; member in struct:_WebKitWebFramePrivate
  /external/webkit/Source/WebKit2/Shared/
DictionaryPopupInfo.h 52 WebCore::FloatPoint origin; member in struct:WebKit::DictionaryPopupInfo
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKResourceCacheManager.h 46 WK_EXPORT void WKResourceCacheManagerClearCacheForOrigin(WKResourceCacheManagerRef cacheManger, WKSecurityOriginRef origin, WKResourceCachesToClear cachesToClear);
  /external/webkit/Tools/DumpRenderTree/
StorageTrackerDelegate.mm 62 for (WebSecurityOrigin *origin in origins)
63 printf("Origin identifier: '%s'\n", [[origin databaseIdentifier] UTF8String]);
  /external/chromium/chrome/browser/notifications/
notification_options_menu_model.cc 116 const GURL& origin = notification.origin_url(); local
118 if (origin.SchemeIs(chrome::kExtensionScheme)) {
121 const Extension* extension = ext_service->GetExtensionByURL(origin);
162 const GURL& origin = notification.origin_url(); local
166 if (origin.SchemeIs(chrome::kExtensionScheme)) {
169 const Extension* extension = ext_service->GetExtensionByURL(origin);
179 if (service->GetContentSetting(origin) == CONTENT_SETTING_ALLOW) {
218 const GURL& origin = balloon_->notification().origin_url(); local
221 if (service->GetContentSetting(origin) == CONTENT_SETTING_ALLOW)
222 service->DenyPermission(origin);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebDatabaseManagerProxy.cpp 140 RefPtr<APIObject> origin = WebSecurityOrigin::create(originAndDatabases.originIdentifier); local
157 originAndDatabasesMap.set(originKey(), origin); local
196 void WebDatabaseManagerProxy::deleteDatabaseWithNameForOrigin(const String& databaseIdentifier, WebSecurityOrigin* origin)
199 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebDatabaseManager::DeleteDatabaseWithNameForOrigin(databaseIdentifier, origin->databaseIdentifier()));
202 void WebDatabaseManagerProxy::deleteDatabasesForOrigin(WebSecurityOrigin* origin)
205 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebDatabaseManager::DeleteDatabasesForOrigin(origin->databaseIdentifier()));
214 void WebDatabaseManagerProxy::setQuotaForOrigin(WebSecurityOrigin* origin, uint64_t quota)
217 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebDatabaseManager::SetQuotaForOrigin(origin->databaseIdentifier(), quota));
222 RefPtr<WebSecurityOrigin> origin = WebSecurityOrigin::create(originIdentifier); local
223 m_client.didModifyOrigin(this, origin.get())
228 RefPtr<WebSecurityOrigin> origin = WebSecurityOrigin::create(originIdentifier); local
    [all...]
  /external/quake/quake/src/WinQuake/
cl_main.cpp 263 ,ent->model->name,ent->frame, ent->origin[0], ent->origin[1], ent->origin[2], ent->angles[0], ent->angles[1], ent->angles[2]);
497 VectorCopy (ent->origin, oldorg);
502 VectorCopy (ent->msg_origins[0], ent->origin);
515 // interpolate the origin and angles
518 ent->origin[j] = ent->msg_origins[1][j] + f*delta[j];
545 VectorCopy (ent->origin, dl->origin);
546 dl->origin[2] += 16
    [all...]

Completed in 1193 milliseconds

1 2 3 4 56 7 8 91011>>