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

  /external/chromium_org/chrome/browser/chromeos/drive/
file_task_executor_unittest.cc 95 // |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/
web_contents_android.h 72 JNIEnv* env, jobject obj, jstring jurl, jlong delegate_ptr);
web_contents_android.cc 215 jlong delegate_ptr) {
218 reinterpret_cast<InterstitialPageDelegateAndroid*>(delegate_ptr);
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 944 ChromeNSSCryptoModuleDelegate* delegate_ptr = delegate.get(); local
    [all...]

Completed in 265 milliseconds