Searched refs:delegate_ptr (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_task_executor_unittest.cc95 // |delegate_ptr| will be owned by |executor|.
96 TestDelegate* const delegate_ptr = new TestDelegate(&opend_urls); local
97 ASSERT_TRUE(delegate_ptr->SetUpTestFiles());
100 scoped_ptr<FileTaskExecutorDelegate>(delegate_ptr), "test-app-id");
129 // |delegate_ptr| will be owned by |executor|.
130 TestDelegate* const delegate_ptr = new TestDelegate(&opend_urls); local
131 ASSERT_TRUE(delegate_ptr->SetUpTestFiles());
134 scoped_ptr<FileTaskExecutorDelegate>(delegate_ptr), "test-app-id");
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_android.h72 JNIEnv* env, jobject obj, jstring jurl, jlong delegate_ptr);
H A Dweb_contents_android.cc215 jlong delegate_ptr) {
218 reinterpret_cast<InterstitialPageDelegateAndroid*>(delegate_ptr);
211 ShowInterstitialPage( JNIEnv* env, jobject obj, jstring jurl, jlong delegate_ptr) argument
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc944 ChromeNSSCryptoModuleDelegate* delegate_ptr = delegate.get(); local
950 if (delegate_ptr->InitializeSlot(this, bound_callback)) {

Completed in 147 milliseconds