HomeSort by relevance Sort by last modified time
    Searched defs:api_result (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc 677 LaunchEphemeralAppResult::Result api_result = local
681 api_result = LaunchEphemeralAppResult::RESULT_SUCCESS;
684 api_result = LaunchEphemeralAppResult::RESULT_UNKNOWN_ERROR;
687 api_result = LaunchEphemeralAppResult::RESULT_INVALID_ID;
694 api_result = LaunchEphemeralAppResult::RESULT_INSTALL_ERROR;
698 api_result = LaunchEphemeralAppResult::RESULT_USER_CANCELLED;
701 api_result = LaunchEphemeralAppResult::RESULT_BLACKLISTED;
705 api_result = LaunchEphemeralAppResult::RESULT_MISSING_DEPENDENCIES;
708 api_result = LaunchEphemeralAppResult::RESULT_BLOCKED_BY_POLICY;
711 api_result = LaunchEphemeralAppResult::RESULT_FEATURE_DISABLED
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 224 tBTA_AG_API_RESULT api_result; member in union:__anon5045

Completed in 59 milliseconds