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

  /external/chromium_org/components/autofill/core/browser/android/
personal_data_manager_android.cc 19 if (profile_loader.GetHasPermissions()) {
auxiliary_profile_loader_android.h 31 virtual bool GetHasPermissions() const;
auxiliary_profile_loader_android.cc 56 bool AuxiliaryProfileLoaderAndroid::GetHasPermissions() const {
57 return (bool)JAVA_METHOD(getHasPermissions);
test_auxiliary_profile_loader_android.h 20 virtual bool GetHasPermissions() const OVERRIDE;
test_auxiliary_profile_loader_android.cc 15 bool TestAuxiliaryProfileLoader::GetHasPermissions() const {

Completed in 44 milliseconds