HomeSort by relevance Sort by last modified time
    Searched refs:TestDelegate (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
obfuscated_gaia_id_fetcher_unittest.cc 21 class TestDelegate : public extensions::ObfuscatedGaiaIdFetcher::Delegate {
31 TestDelegate() : succeeded_(false), failed_(false) {}
32 virtual ~TestDelegate() {}
39 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
77 TestDelegate delegate;
91 TestDelegate delegate;
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 36 class TestDelegate;
47 void OnChange(TestDelegate* delegate) {
54 void Register(TestDelegate* delegate) {
67 void RecordChange(TestDelegate* delegate) {
78 std::set<TestDelegate*> delegates_;
81 std::set<TestDelegate*> signaled_;
90 // we keep simple thread safe status flags in TestDelegate.
91 class TestDelegate : public FilePathWatcher::Delegate {
96 explicit TestDelegate(NotificationCollector* collector)
112 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
    [all...]
  /external/chromium_org/base/files/
file_path_watcher_browsertest.cc 38 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 {
110 explicit TestDelegate(NotificationCollector* collector)
114 virtual ~TestDelegate() {}
    [all...]
  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_browsertest.cc 79 class TestDelegate : public NotificationDelegate {
81 explicit TestDelegate(const std::string& id) : id_(id) {}
102 virtual ~TestDelegate() {}
106 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
110 TestDelegate** delegate = NULL) {
111 TestDelegate* new_delegate = new TestDelegate(id);
128 TestDelegate** delegate = NULL) {
129 TestDelegate* new_delegate = new TestDelegate(id)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/page_capture/
page_capture_api.h 30 class TestDelegate {
36 static void SetTestDelegate(TestDelegate* delegate);
page_capture_apitest.cc 24 : public PageCaptureSaveAsMHTMLFunction::TestDelegate {
page_capture_api.cc 39 static PageCaptureSaveAsMHTMLFunction::TestDelegate* test_delegate_ = NULL;
53 void PageCaptureSaveAsMHTMLFunction::SetTestDelegate(TestDelegate* delegate) {
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_helper.h 84 class TestDelegate {
92 void set_test_delegate(TestDelegate* test_delegate) {
101 TestDelegate* test_delegate_;
  /external/chromium/net/url_request/
url_request_test_util.cc 105 TestDelegate::TestDelegate()
127 TestDelegate::~TestDelegate() {}
129 void TestDelegate::OnReceivedRedirect(net::URLRequest* request,
141 void TestDelegate::OnAuthRequired(net::URLRequest* request,
150 void TestDelegate::OnSSLCertificateError(net::URLRequest* request,
163 void TestDelegate::OnGetCookies(net::URLRequest* request,
172 void TestDelegate::OnSetCookie(net::URLRequest* request,
185 void TestDelegate::OnResponseStarted(net::URLRequest* request)
    [all...]
url_request_unittest.cc 196 TestDelegate d;
228 void VerifyReceivedDataMatchesChunks(TestURLRequest* r, TestDelegate* d) {
253 TestDelegate d;
277 TestDelegate d;
307 TestDelegate d;
334 TestDelegate d;
367 TestDelegate d;
386 TestDelegate d;
410 TestDelegate d;
440 TestDelegate d
    [all...]
url_request_test_util.h 94 class TestDelegate : public net::URLRequest::Delegate {
96 TestDelegate();
97 virtual ~TestDelegate();
  /external/chromium_org/chrome/browser/download/
download_ui_controller_unittest.cc 28 class TestDelegate : public DownloadUIController::Delegate {
30 explicit TestDelegate(base::WeakPtr<content::DownloadItem*> receiver);
31 virtual ~TestDelegate() {}
39 TestDelegate::TestDelegate(base::WeakPtr<content::DownloadItem*> receiver)
43 void TestDelegate::NotifyDownloadStarting(content::DownloadItem* item) {
60 // Returns a TestDelegate. Invoking NotifyDownloadStarting on the returned
111 new TestDelegate(receiver_factory_.GetWeakPtr()));
  /external/chromium_org/net/url_request/
url_request_context_builder_unittest.cc 57 TestDelegate delegate;
72 TestDelegate delegate;
url_request_job_unittest.cc 47 net::TestDelegate d;
66 net::TestDelegate d;
url_request_test_util.cc 165 TestDelegate::TestDelegate()
185 TestDelegate::~TestDelegate() {}
187 void TestDelegate::ClearFullRequestHeaders() {
192 void TestDelegate::OnReceivedRedirect(URLRequest* request,
210 void TestDelegate::OnAuthRequired(URLRequest* request,
220 void TestDelegate::OnSSLCertificateError(URLRequest* request,
234 void TestDelegate::OnResponseStarted(URLRequest* request) {
261 void TestDelegate::OnReadCompleted(URLRequest* request, int bytes_read)
    [all...]
url_request_job_factory_impl_unittest.cc 60 TestDelegate delegate;
71 TestDelegate delegate;
url_request_unittest.cc 616 TestDelegate d;
637 TestDelegate d;
684 TestDelegate d;
713 TestDelegate d;
745 TestDelegate d;
789 TestDelegate d;
826 TestDelegate d;
845 TestDelegate d;
882 TestDelegate d;
921 TestDelegate d
    [all...]
url_request_ftp_job_unittest.cc 134 TestDelegate delegate_;
263 TestDelegate request_delegate;
288 TestDelegate request_delegate;
316 TestDelegate request_delegate;
358 TestDelegate request_delegate;
393 TestDelegate request_delegate;
435 TestDelegate request_delegate;
501 TestDelegate request_delegate;
538 TestDelegate request_delegate;
572 TestDelegate request_delegate
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/thread/
messagepump_unittest.py 35 class TestDelegate(MessagePumpDelegate):
54 delegate = TestDelegate()
  /external/chromium/chrome/browser/extensions/
user_script_listener_unittest.cc 180 TestDelegate delegate;
196 TestDelegate delegate;
216 TestDelegate delegate;
230 TestDelegate delegate;
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_url_request_job_unittest.cc 74 class TestDelegate : public net::TestDelegate {
76 TestDelegate() {}
80 // net::TestDelegate override.
85 net::TestDelegate::OnReceivedRedirect(request, new_url, defer_redirect);
91 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
129 test_delegate_.reset(new TestDelegate);
183 scoped_ptr<TestDelegate> test_delegate_;
229 test_delegate_.reset(new TestDelegate);
  /external/chromium_org/content/renderer/pepper/
pepper_device_enumeration_host_helper_unittest.cc 26 class TestDelegate : public PepperDeviceEnumerationHostHelper::Delegate {
28 TestDelegate() : last_used_id_(0) {
31 virtual ~TestDelegate() {
72 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
118 TestDelegate delegate_;
  /external/chromium_org/chrome/browser/extensions/
user_script_listener_unittest.cc 208 net::TestDelegate delegate;
226 net::TestDelegate delegate;
248 net::TestDelegate delegate;
264 net::TestDelegate delegate;
294 net::TestDelegate delegate;
325 net::TestDelegate delegate;
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_uitest.cc 109 void set_delegate(TestDelegate* delegate) {
112 TestDelegate* delegate() {
130 TestDelegate* delegate_;
146 class AutoQuitDelegate : public TestDelegate {
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud_interative_uitest.cc 121 void set_delegate(net::TestDelegate* delegate) {
124 net::TestDelegate* delegate() {
142 net::TestDelegate* delegate_;
158 class AutoQuitDelegate : public net::TestDelegate {

Completed in 292 milliseconds

1 2