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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.h 132 bool safe() const { return safe_; }
169 bool safe_; // Keep sandbox active while calling fnc_() member in struct:playground2::ErrorCode::__anon12262::__anon12263
errorcode.cc 31 safe_(safe),
trap.cc 163 if (!err.safe_) {
  /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...]

Completed in 389 milliseconds