Home
last modified time | relevance | path

Searched refs:is_authorized (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dpepper_broker.cc164 if (!i->second.is_authorized) { in OnBrokerChannelConnected()
205 DCHECK(!entry->second.is_authorized); in OnBrokerPermissionResult()
206 entry->second.is_authorized = true; in OnBrokerPermissionResult()
209 PepperBroker::PendingConnection::PendingConnection() : is_authorized(false) {} in PendingConnection()
Dpepper_broker.h74 bool is_authorized; member
/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_api.c472 BOOLEAN is_authorized = FALSE; in BTA_JvIsAuthorized() local
478 is_authorized = TRUE; in BTA_JvIsAuthorized()
480 return is_authorized; in BTA_JvIsAuthorized()