Searched refs:updateOrigin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/resources/options/
H A Dcookies_list.js119 // This hooks up updateOrigin() to the list item, makes the top-level
127 origin.updateOrigin();
244 updateOrigin: function() {
405 this.updateOrigin();
416 this.updateOrigin();
430 this.updateOrigin();
453 this.updateOrigin();
460 updateOrigin: function() {
462 this.parent.updateOrigin();
468 * @param {Object} info The info object from @{code updateOrigin}
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp547 Value *updateOrigin(Value *V, IRBuilder<> &IRB) { function in struct:__anon26257::MemorySanitizerVisitor
555 IRB.CreateAlignedStore(updateOrigin(Origin, IRB), getOriginPtr(Addr, IRB),
579 IRBNew.CreateAlignedStore(updateOrigin(Origin, IRBNew),

Completed in 133 milliseconds