Lines Matching full:safe
2518 (WebCore::ImageSource::createFrameAtIndex): No need to check isSizeAvailable() since size() is now always safe.
9598 The string cache is per-world, and thus thread-safe and not a
20287 so they're always safe to include whether the features are enabled or
31194 Reverting r50919 that has introduced a non-thread-safe refcounting in ScriptExecutionContext::postTaskToMainThread.
36298 Calling databaseIdentifier on LocalStorage's background thread is not safe.
36302 is not safe. databaseIdentifier does a bunch of string concatenation which
36324 thread, not the background thread since the latter is not safe.
36520 add "://" to origin set, which is weird, but safe.
37799 mutation when it is not safe.
40584 Database instance, that is safe to use on the file
40597 instance that is safe to use on the DB thread.
40601 SecurityOrigin instance that's safe to use on the DB thread.
40603 SecurityOrigin instance that's safe to use on the current thread.
42919 cache. This seems safe, and easier than updating the Inspector on transitions between
55415 safe, since it's now called on multiple threads. (Currently, we only forbid
70589 <http://webkit.org/b/28355> Replace MAX()/MIN() macros with type-safe std::max()/min() templates
81222 Test: http/tests/security/xssAuditor/script-tag-safe.html
87322 Tests: http/tests/security/xssAuditor/script-tag-src-redirect-safe.html
89449 http/tests/security/xssAuditor/base-href-safe.html
89457 to determine if it is safe to use base element URL.
96317 Created a thread-safe default PlatformMessagePortChannel implementation.