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

  /external/chromium_org/chrome/browser/ui/
external_protocol_dialog_delegate.h 21 virtual void DoAccept(const GURL& url, bool dont_block) const OVERRIDE;
22 virtual void DoCancel(const GURL& url, bool dont_block) const OVERRIDE;
protocol_dialog_delegate.h 21 // |dont_block| is true if the checkbox to prevent future instances of this
23 virtual void DoAccept(const GURL& url, bool dont_block) const = 0;
26 // |dont_block| is true if the checkbox to prevent future instances of this
28 virtual void DoCancel(const GURL& url, bool dont_block) const = 0;
external_protocol_dialog_delegate.cc 62 bool dont_block) const {
63 if (dont_block) {
65 url.scheme(), ExternalProtocolHandler::DONT_BLOCK);
73 bool dont_block) const {
74 if (dont_block) {
  /system/core/toolbox/
getevent.c 504 int dont_block = -1; local
525 if(dont_block == -1)
526 dont_block = 1;
530 if(dont_block == -1)
531 dont_block = 1;
547 if(dont_block == -1)
548 dont_block = 1;
553 if(dont_block == -1)
554 dont_block = 1;
564 dont_block = 0
    [all...]

Completed in 84 milliseconds