HomeSort by relevance Sort by last modified time
    Searched full:origins (Results 101 - 125 of 188) sorted by null

1 2 3 45 6 7 8

  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 157 JSValueRef originsArrayToJS(JSContextRef context, NSArray* origins)
159 NSUInteger count = [origins count];
163 NSString *origin = [[origins objectAtIndex:i] databaseIdentifier];
188 return originsArrayToJS(context, [[WebStorageManager sharedWebStorageManager] origins]);
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 283 // Allows layout tests to manage origins' whitelisting.
291 // Returns origins that have application caches.
298 // Sets the default quota for all origins
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 263 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
272 void instrumentMemIntrinsicParam(Instruction *OrigIns, Value *Addr,
559 Instruction *OrigIns,
565 instrumentAddress(OrigIns, InsertBefore, Addr, 8, IsWrite, Size);
571 instrumentAddress(OrigIns, InsertBefore, AddrLast, 8, IsWrite, Size);
714 void AddressSanitizer::instrumentAddress(Instruction *OrigIns,
752 Crash->setDebugLoc(OrigIns->getDebugLoc());
    [all...]
  /external/valgrind/main/memcheck/
mc_include.h 365 rerun with --track-origins=yes might help. */
494 but origins are not tracked. So the origin-tag cache is not
498 3 = Address checking, undefined value checking, and origins for
mc_main.c     [all...]
  /external/chromium/chrome/browser/
content_setting_bubble_model.cc 461 // origins currently on the page.
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 205 /** Construct a verbose description of this message and its origins. */
  /external/valgrind/main/docs/xml/
quick-start-guide.xml 188 Try using the <option>--track-origins=yes</option> to get extra information.
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 396 // origins which have been granted desktop notification access
  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 263 // FIXME: Implement to get origins that have application caches.
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 2678 std::vector<webkit_database::OriginInfo> origins; local
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.cpp 512 // string "null" for empty security origins and for security
513 // origins that should only allow access to themselves. In this
  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.cpp 496 void MemoryCache::getOriginsWithCache(SecurityOriginSet& origins)
500 origins.add(SecurityOrigin::create(KURL(KURL(), it->second->url())));
  /external/valgrind/main/memcheck/docs/
mc-manual.xml 170 program, use the <option>--track-origins=yes</option> option. This
689 <varlistentry id="opt.track-origins" xreflabel="--track-origins">
691 <option><![CDATA[--track-origins=<yes|no> [default: no] ]]></option>
703 track of the origins of all uninitialised values. Then, when
728 <para>Accuracy: Memcheck tracks origins
735 <option>--track-origins=yes</option>
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_form_manager.cc 77 // Compare origins, ignoring scheme. There is no easy way to do this
  /external/compiler-rt/lib/msan/
msan.cc 110 // Array of stack origins.
  /external/v8/include/
v8-profiler.h 154 * origins can run inside a single V8 instance, it is possible to
  /external/valgrind/main/docs/internals/
3_3_BUGSTATUS.txt 205 163794 Fixd 8228 assertion failure with "--track-origins=yes"
xml-output.txt 136 * Some errors may have an ORIGIN component, indicating the origins of
  /external/webkit/Source/WebCore/page/
SecurityOrigin.cpp 78 // These protocols do not create security origins; the owner frame provides the origin
  /external/webkit/Source/WebCore/workers/
DefaultSharedWorkerRepository.cpp 122 // If the origins don't match, or the names don't match, then this is not the proxy we are looking for.
  /external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm 575 // The cross-platform ScrollView call already checked to see if the old/new scroll origins were the same or not
  /frameworks/base/core/java/android/webkit/
WebChromeClient.java 238 * @param totalQuota The total quota for all origins, in bytes
  /external/chromium/chrome/browser/resources/options/
cookies_list.js 79 // tree nodes (i.e., origins) register their IDs in parentLookup, and
586 // etc.) and save it so that we can reuse it for all origins.
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java     [all...]

Completed in 2181 milliseconds

1 2 3 45 6 7 8