Home
last modified time | relevance | path

Searched refs:requested_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dpepper_device_enumeration_host_helper.cc34 requested_(false), in ScopedRequest()
40 requested_ = true; in ScopedRequest()
58 if (requested_) { in ~ScopedRequest()
63 bool requested() const { return requested_; } in requested()
86 bool requested_; member in content::PepperDeviceEnumerationHostHelper::ScopedRequest
/external/chromium_org/chrome/browser/apps/
Dweb_view_browsertest.cc140 MockWebContentsDelegate() : requested_(false) {} in MockWebContentsDelegate()
147 requested_ = true; in RequestMediaAccessPermission()
153 if (requested_) in WaitForSetMediaPermission()
160 bool requested_; member in MockWebContentsDelegate