HomeSort by relevance Sort by last modified time
    Searched full:safe_ (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/resources/
downloads.html 361 this.safe_ = createElementWithClassName('div', 'safe');
362 this.safe_.ondragstart = this.drag_.bind(this);
363 this.node.appendChild(this.safe_);
368 this.safe_.appendChild(this.nodeProgressBackground_);
379 this.safe_.appendChild(this.nodeProgressForeground_);
383 this.safe_.appendChild(this.nodeImg_);
387 this.safe_.appendChild(this.nodeTitleArea_);
402 this.safe_.appendChild(this.nodeURL_);
406 this.safe_.appendChild(this.nodeControls_);
521 this.safe_.style.display = 'none'
    [all...]
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 254 this.safe_ = createElementWithClassName('div', 'safe');
255 this.safe_.ondragstart = this.drag_.bind(this);
256 this.node.appendChild(this.safe_);
261 this.safe_.appendChild(this.nodeProgressBackground_);
273 this.safe_.appendChild(this.nodeProgressForeground_);
277 this.safe_.appendChild(this.nodeImg_);
281 this.safe_.appendChild(this.nodeTitleArea_);
296 this.safe_.appendChild(nodeURLDiv);
304 this.safe_.appendChild(this.nodeControls_);
461 this.safe_.style.display = 'none'
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc 31 safe_(safe),
errorcode.h 132 bool safe() const { return safe_; }
169 bool safe_; // Keep sandbox active while calling fnc_() member in struct:playground2::ErrorCode::__anon12262::__anon12263
trap.cc 163 if (!err.safe_) {
  /external/safe-iop/include/
safe_iop.h 12 * - Add varargs style interface for safe_<op>()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 88 Used by .{safe_,}substitute() to combine the mapping and keyword