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

  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_store_chromeos_unittest.cc 148 policy_.GetBlob(), _, _))
186 retrieve_callback.Run(policy_.GetBlob());
268 policy_.GetBlob(), _, _))
293 policy_.GetBlob(), _, _))
314 policy_.GetBlob(), _, _))
330 policy_.GetBlob(), _, _))
339 ASSERT_NO_FATAL_FAILURE(PerformPolicyLoad(policy_.GetBlob()));
376 ASSERT_NO_FATAL_FAILURE(PerformPolicyLoad(policy_.GetBlob()));
384 ASSERT_NO_FATAL_FAILURE(PerformPolicyLoad(policy_.GetBlob()));
392 ASSERT_NO_FATAL_FAILURE(PerformPolicyLoad(policy_.GetBlob()));
    [all...]
device_policy_cros_browser_test.cc 106 session_manager_client()->set_device_policy(device_policy()->GetBlob());
device_cloud_policy_manager_chromeos_unittest.cc 249 loaded_blob_ = device_policy_.GetBlob();
389 EXPECT_EQ(device_policy_.GetBlob(),
cloud_external_data_policy_observer_unittest.cc 267 builder.GetBlob());
278 device_settings_test_helper_.set_policy_blob(device_policy_.GetBlob());
300 device_settings_test_helper_.set_policy_blob(device_policy_.GetBlob());
    [all...]
power_policy_browsertest.cc 203 user_policy_.GetBlob());
device_local_account_policy_service_unittest.cc 199 account_id, device_local_account_policy_.GetBlob());
213 device_settings_test_helper_.set_policy_blob(device_policy_.GetBlob());
    [all...]
device_local_account_browsertest.cc 372 kAccountId1, device_local_account_policy_.GetBlob());
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 467 virtual CvBlob* GetBlob(int BlobIndex)
475 if(BlobID == CV_BLOB_ID(GetBlob(i)))
476 return GetBlob(i);
488 if(BlobID == CV_BLOB_ID(GetBlob(i)))
783 virtual CvBlob* GetBlob(int BlobIndex) = 0;
802 pB = GetBlob(BlobIndex);
820 CvBlob* pB = pBlobList->GetBlob(b);
835 CvBlob* pB=GetBlob(i-1);
847 CvBlob* pB=GetBlob(i-1);
854 virtual CvBlob* GetBlobByID(int BlobID){return GetBlob(GetBlobIndexByID(BlobID));}
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
session_manager_operation_unittest.cc 127 device_settings_test_helper_.set_policy_blob(policy_.GetBlob());
166 device_settings_test_helper_.set_policy_blob(policy_.GetBlob());
183 device_settings_test_helper_.set_policy_blob(policy_.GetBlob());
221 policy_.GetBlob());
device_settings_provider_unittest.cc 194 device_settings_test_helper_.set_policy_blob(device_policy_.GetBlob());
271 device_settings_test_helper_.set_policy_blob(device_policy_.GetBlob());
device_settings_test_helper.cc 218 device_settings_test_helper_.set_policy_blob(device_policy_.GetBlob());
device_settings_service_unittest.cc 104 device_settings_test_helper_.set_policy_blob(device_policy_.GetBlob());
120 device_settings_test_helper_.set_policy_blob(device_policy_.GetBlob());
  /external/chromium_org/components/policy/core/common/cloud/
policy_builder.h 76 std::string GetBlob();
component_cloud_policy_store_unittest.cc 106 return builder_.GetBlob();
component_cloud_policy_updater_unittest.cc 207 builder_.GetBlob(),
component_cloud_policy_service_unittest.cc 219 return builder_.GetBlob();
policy_builder.cc 182 std::string PolicyBuilder::GetBlob() {
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.h 107 base::android::ScopedJavaLocalRef<jbyteArray> GetBlob(JNIEnv* env,
sqlite_cursor.cc 100 ScopedJavaLocalRef<jbyteArray> SQLiteCursor::GetBlob(JNIEnv* env,
105 // Assume the client will only get favicon using GetBlob.
sqlite_cursor_unittest.cc 212 cursor->GetBlob(env, NULL, 3);
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_browsertest.cc 678 user_policy_.GetBlob());
703 user_policy_.GetBlob());
780 user_policy_.GetBlob());
    [all...]
existing_user_controller_browsertest.cc 411 device_local_account_policy.GetBlob());
kiosk_browsertest.cc     [all...]

Completed in 593 milliseconds