HomeSort by relevance Sort by last modified time
    Searched full:origins (Results 176 - 200 of 382) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/components/autofill/content/renderer/
password_generation_agent.h 86 // Stores the origins of the password forms confirmed not to be blacklisted
  /external/chromium_org/content/browser/media/
webrtc_identity_store.h 61 // different origins or different identity names may have the same common
  /external/chromium_org/remoting/webapp/
third_party_host_permissions.js 30 this.permissions_ = {'origins': [url]};
  /external/chromium_org/storage/browser/quota/
quota_callbacks.h 33 typedef base::Callback<void(const std::set<GURL>& origins,
  /external/chromium_org/third_party/WebKit/public/web/
WebSecurityOrigin.h 90 // [1] http://www.chromium.org/Home/chromium-security/security-faq#TOC-Which-origins-are-secure-
WebSecurityPolicy.h 74 // Support for whitelisting access to origins beyond the same-origin policy.
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client_unittest.cc 74 // The origin of the 3rd window should be the sum of all parent origins.
  /external/compiler-rt/lib/msan/
msan_chained_origin_depot.cc 10 // A storage for chained origins.
  /external/harfbuzz_ng/util/
view-cairo.cc 98 /* Draw actual glyph origins */
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessage.java 116 /** Put a description of this message and its origins into the given Map. */
  /external/valgrind/main/docs/internals/
3_4_BUGSTATUS.txt 60 188161 valgrind --track-origins=yes asserts (transient trunk
  /packages/apps/Browser/src/com/android/browser/
WebStorageSizeManager.java 41 * - ApplicationCaches enforces a maximum size for all origins.
74 * sum of all other origins' quota) and deciding if a quota increase for the
217 * @param totalUsedQuota is the sum of all origins' quota.
306 * @param totalUsedQuota is the sum of all origins' quota.
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.h 87 // GUIDs, origins, and language codes are not compared, only the contents
97 // Equality operators compare GUIDs, origins, language code, and the contents
  /external/chromium_org/components/content_settings/core/common/
content_settings_pattern.h 24 // Each content settings pattern describes a set of origins. Patterns, and the
126 // origins.
  /external/chromium_org/content/browser/appcache/
appcache_database.cc 236 std::set<GURL> origins; local
237 if (!FindOriginsWithGroups(&origins))
239 for (std::set<GURL>::const_iterator origin = origins.begin();
240 origin != origins.end(); ++origin) {
246 bool AppCacheDatabase::FindOriginsWithGroups(std::set<GURL>* origins) {
247 DCHECK(origins && origins->empty());
257 origins->insert(GURL(statement.ColumnString(0)));
    [all...]
  /external/chromium_org/content/browser/dom_storage/
session_storage_database.h 30 // origins. All DOMStorageAreas for session storage share the same
71 // Reads the namespace IDs and origins present in the database.
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerContainerTest.cpp 210 ExpectDOMException("NotSupportedError", "Only secure origins are allowed. http://goo.gl/lq4gCo"));
236 ExpectDOMException("NotSupportedError", "Only secure origins are allowed. http://goo.gl/lq4gCo"));
  /external/chromium_org/ui/app_list/views/
contents_view.cc 192 // The start page and search page origins are above; all other pages' origins
  /frameworks/base/core/java/android/webkit/
WebStorage.java 126 * Gets the origins currently using either the Application Cache or Web SQL
128 * being provided via a {@link ValueCallback}. The origins are provided as
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 47 /// MemorySanitizer can track origins (allocation points) of all uninitialized
48 /// values. This behavior is controlled with a flag (msan-track-origins) and is
51 /// Origins are 4-byte values created and interpreted by the runtime library.
53 /// of application memory. Propagation of origins is basically a bunch of
60 /// MemorySanitizer reports can show unrelated origins, but this is unlikely in
63 /// Origins are meaningless for fully initialized values, so MemorySanitizer
133 /// \brief Track origins of uninitialized values.
137 static cl::opt<int> ClTrackOrigins("msan-track-origins",
138 cl::desc("Track origins (allocation sites) of poisoned memory"),
221 /// \brief Track origins (allocation points) of uninitialized values
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_file_system_helper_unittest.cc 31 // We'll use these three distinct origins for testing, both as strings and as
211 // Order is arbitrary, verify all three origins.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_external.html 272 so you can only whitelist all origins
273 as acceptable origins ('*').
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_params.h 41 // Provides initialization parameters. Proxy origins, and the probe url are
234 // Returns true if any proxy origins are set on the command line.
  /external/chromium_org/content/browser/service_worker/
service_worker_database.h 86 // Reads origins that have one or more than one registration from the
89 Status GetOriginsWithRegistrations(std::set<GURL>* origins);
service_worker_storage.h 183 std::set<GURL> origins; member in struct:content::ServiceWorkerStorage::InitialData
355 // Origins having registations.

Completed in 4207 milliseconds

1 2 3 4 5 6 78 91011>>