Searched defs:TestDelegate (Results 1 - 20 of 20) sorted by path

/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc48 class TestDelegate : public views::WidgetDelegateView { class in namespace:ash::__anon1927
50 explicit TestDelegate(bool system_modal) : system_modal_(system_modal) {} function in class:ash::__anon1927::TestDelegate
51 virtual ~TestDelegate() {}
65 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
112 new TestDelegate(true), CurrentContext(), bounds);
120 views::Widget::CreateWindowWithParentAndBounds(new TestDelegate(true),
/external/chromium_org/base/files/
H A Dfile_path_watcher_browsertest.cc38 class TestDelegate;
49 void OnChange(TestDelegate* delegate) {
55 void Register(TestDelegate* delegate) {
71 void RecordChange(TestDelegate* delegate) {
83 std::set<TestDelegate*> delegates_;
86 std::set<TestDelegate*> signaled_;
106 // Instead, TestDelegate gets the notifications from FilePathWatcher and uses
108 class TestDelegate : public TestDelegateBase { class in namespace:base::__anon2250
110 explicit TestDelegate(NotificationCollector* collector) function in class:base::__anon2250::TestDelegate
114 virtual ~TestDelegate() {}
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dget_file_for_saving_operation_unittest.cc28 class TestDelegate : public OperationDelegate { class in namespace:drive::file_system::__anon3075
68 TestDelegate delegate_;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_task_executor_unittest.cc24 class TestDelegate : public FileTaskExecutorDelegate { class in namespace:drive::__anon3086
26 explicit TestDelegate(std::set<std::string>* opend_urls) function in class:drive::__anon3086::TestDelegate
96 TestDelegate* const delegate_ptr = new TestDelegate(&opend_urls);
130 TestDelegate* const delegate_ptr = new TestDelegate(&opend_urls);
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dexternal_file_url_request_job_unittest.cc83 class TestDelegate : public net::TestDelegate { class in namespace:chromeos::__anon3221
85 TestDelegate() {} function in class:chromeos::__anon3221::TestDelegate
89 // net::TestDelegate override.
94 net::TestDelegate::OnReceivedRedirect(
101 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
137 test_delegate_.reset(new TestDelegate);
182 scoped_ptr<TestDelegate> test_delegate_;
273 test_delegate_.reset(new TestDelegate);
/external/chromium_org/chrome/browser/chromeos/power/
H A Drenderer_freezer_unittest.cc51 // Actions that can be returned by TestDelegate::GetActions().
58 class TestDelegate : public RendererFreezer::Delegate, public ActionRecorder { class in namespace:chromeos::__anon3449
60 TestDelegate() function in class:chromeos::__anon3449::TestDelegate
65 virtual ~TestDelegate() {}
104 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
113 test_delegate_(new TestDelegate()) {
131 TestDelegate* test_delegate_;
/external/chromium_org/chrome/browser/download/
H A Ddownload_ui_controller_unittest.cc37 class TestDelegate : public DownloadUIController::Delegate { class in namespace:__anon3600
39 explicit TestDelegate(base::WeakPtr<content::DownloadItem*> receiver);
40 virtual ~TestDelegate() {}
48 TestDelegate::TestDelegate(base::WeakPtr<content::DownloadItem*> receiver) function in class:__anon3600::TestDelegate
52 void TestDelegate::OnNewDownloadReady(content::DownloadItem* item) {
92 // Returns a TestDelegate. Invoking OnNewDownloadReady on the returned
237 new TestDelegate(notified_item_receiver_factory_.GetWeakPtr()));
/external/chromium_org/chrome/browser/extensions/api/page_capture/
H A Dpage_capture_api.h30 class TestDelegate { class in class:extensions::PageCaptureSaveAsMHTMLFunction
36 static void SetTestDelegate(TestDelegate* delegate);
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dobfuscated_gaia_id_fetcher_unittest.cc21 class TestDelegate : public extensions::ObfuscatedGaiaIdFetcher::Delegate { class in namespace:__anon3804
31 TestDelegate() : succeeded_(false), failed_(false) {} function in class:__anon3804::TestDelegate
32 virtual ~TestDelegate() {}
39 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
77 TestDelegate delegate;
91 TestDelegate delegate;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_message_bubble_controller_unittest.cc44 class TestDelegate { class in namespace:extensions
46 TestDelegate() function in class:extensions::TestDelegate
76 public TestDelegate {
101 public TestDelegate {
125 public TestDelegate {
150 public TestDelegate {
175 public TestDelegate {
/external/chromium_org/chrome/browser/
H A Dimage_holder_unittest.cc15 class TestDelegate : public chrome::ImageHolderDelegate { class in namespace:__anon4134
17 TestDelegate() : on_fetch_complete_called_(false) {} function in class:__anon4134::TestDelegate
31 TestDelegate delegate;
46 TestDelegate delegate;
64 TestDelegate delegate;
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notifications_browsertest.cc70 class TestDelegate : public NotificationDelegate { class in class:MessageCenterNotificationsTest
72 explicit TestDelegate(const std::string& id) : id_(id) {} function in class:MessageCenterNotificationsTest::TestDelegate
93 virtual ~TestDelegate() {}
97 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
101 TestDelegate** delegate = NULL) {
102 TestDelegate* new_delegate = new TestDelegate(id);
119 TestDelegate** delegate = NULL) {
120 TestDelegate* new_delegate = new TestDelegate(i
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_device_enumeration_host_helper_unittest.cc28 class TestDelegate : public PepperDeviceEnumerationHostHelper::Delegate, class in namespace:content::__anon7793
29 public base::SupportsWeakPtr<TestDelegate> {
31 TestDelegate() : last_used_id_(0) {} function in class:content::__anon7793::TestDelegate
33 virtual ~TestDelegate() { CHECK(callbacks_.empty()); }
72 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
120 TestDelegate delegate_;
/external/chromium_org/extensions/browser/
H A Dcontent_verify_job.h70 class TestDelegate { class in class:extensions::ContentVerifyJob
91 static void SetDelegateForTests(TestDelegate* delegate);
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dupdate_nacl_manifest_test.py204 class TestDelegate(update_nacl_manifest.Delegate): class in inherits:update_nacl_manifest.Delegate
304 self.delegate = TestDelegate(self.manifest, self.history.history,
/external/chromium_org/net/quic/
H A Dquic_connection_helper_test.cc16 class TestDelegate : public QuicAlarm::Delegate { class in namespace:net::test::__anon9453
18 TestDelegate() : fired_(false) {} function in class:net::test::__anon9453::TestDelegate
54 TestDelegate* delegate = new TestDelegate();
71 TestDelegate* delegate = new TestDelegate();
89 TestDelegate* delegate = new TestDelegate();
116 TestDelegate* delegate = new TestDelegate();
[all...]
/external/chromium_org/net/tools/quic/
H A Dquic_epoll_connection_helper_test.cc18 class TestDelegate : public QuicAlarm::Delegate { class in namespace:net::tools::test::__anon9766
20 TestDelegate() : fired_(false) {} function in class:net::tools::test::__anon9766::TestDelegate
57 TestDelegate* delegate = new TestDelegate();
70 TestDelegate* delegate = new TestDelegate();
85 TestDelegate* delegate = new TestDelegate();
107 TestDelegate* delegate = new TestDelegate();
[all...]
/external/chromium_org/net/url_request/
H A Durl_request_test_util.cc159 TestDelegate::TestDelegate() function in class:net::TestDelegate
181 TestDelegate::~TestDelegate() {}
183 void TestDelegate::ClearFullRequestHeaders() {
188 void TestDelegate::OnReceivedRedirect(URLRequest* request,
206 void TestDelegate::OnBeforeNetworkStart(URLRequest* request, bool* defer) {
215 void TestDelegate::OnAuthRequired(URLRequest* request,
225 void TestDelegate::OnSSLCertificateError(URLRequest* request,
239 void TestDelegate
[all...]
H A Durl_request_test_util.h125 class TestDelegate : public URLRequest::Delegate { class in namespace:net
127 TestDelegate();
128 virtual ~TestDelegate();
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_unittest.cc628 class TestDelegate : public ui::TextEditKeyBindingsDelegateAuraLinux { class in inherits:ui::TextEditKeyBindingsDelegateAuraLinux
630 TestDelegate() {} function in class:views::TestDelegate
631 virtual ~TestDelegate() {}
640 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
643 TestDelegate delegate;

Completed in 1135 milliseconds