HomeSort by relevance Sort by last modified time
    Searched defs:TestDelegate (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/page_capture/
page_capture_api.h 30 class TestDelegate {
36 static void SetTestDelegate(TestDelegate* delegate);
  /external/chromium_org/chrome/browser/
image_holder_unittest.cc 15 class TestDelegate : public chrome::ImageHolderDelegate {
17 TestDelegate() : on_fetch_complete_called_(false) {}
31 TestDelegate delegate;
46 TestDelegate delegate;
65 TestDelegate delegate;
  /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_org/chrome/browser/notifications/
message_center_notifications_browsertest.cc 74 class TestDelegate : public NotificationDelegate {
76 explicit TestDelegate(const std::string& id) : id_(id) {}
97 virtual ~TestDelegate() {}
101 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
105 TestDelegate** delegate = NULL) {
106 TestDelegate* new_delegate = new TestDelegate(id);
123 TestDelegate** delegate = NULL) {
124 TestDelegate* new_delegate = new TestDelegate(id)
    [all...]
  /external/chromium_org/net/quic/
quic_connection_helper_test.cc 16 class TestDelegate : public QuicAlarm::Delegate {
18 TestDelegate() : fired_(false) {}
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/
quic_epoll_connection_helper_test.cc 18 class TestDelegate : public QuicAlarm::Delegate {
20 TestDelegate() : fired_(false) {}
57 TestDelegate* delegate = new TestDelegate();
70 TestDelegate* delegate = new TestDelegate();
85 TestDelegate* delegate = new TestDelegate();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/thread/
messagepump_unittest.py 35 class TestDelegate(MessagePumpDelegate):
54 delegate = TestDelegate()
  /external/chromium_org/chrome/browser/download/
download_ui_controller_unittest.cc 37 class TestDelegate : public DownloadUIController::Delegate {
39 explicit TestDelegate(base::WeakPtr<content::DownloadItem*> receiver);
40 virtual ~TestDelegate() {}
48 TestDelegate::TestDelegate(base::WeakPtr<content::DownloadItem*> receiver)
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/content/renderer/pepper/
pepper_device_enumeration_host_helper_unittest.cc 27 class TestDelegate : public PepperDeviceEnumerationHostHelper::Delegate {
29 TestDelegate() : last_used_id_(0) {}
31 virtual ~TestDelegate() { CHECK(callbacks_.empty()); }
70 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
118 TestDelegate delegate_;
  /external/chromium_org/extensions/browser/
content_verify_job.h 68 class TestDelegate {
79 static void SetDelegateForTests(TestDelegate* delegate);
  /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/chromeos/drive/
drive_url_request_job_unittest.cc 76 class TestDelegate : public net::TestDelegate {
78 TestDelegate() {}
82 // net::TestDelegate override.
87 net::TestDelegate::OnReceivedRedirect(request, new_url, defer_redirect);
93 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
127 test_delegate_.reset(new TestDelegate);
181 scoped_ptr<TestDelegate> test_delegate_;
229 test_delegate_.reset(new TestDelegate);
  /external/chromium_org/ash/
root_window_controller_unittest.cc 47 class TestDelegate : public views::WidgetDelegateView {
49 explicit TestDelegate(bool system_modal) : system_modal_(system_modal) {}
50 virtual ~TestDelegate() {}
64 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
111 new TestDelegate(true), CurrentContext(), bounds);
119 views::Widget::CreateWindowWithParentAndBounds(new TestDelegate(true),
  /external/chromium_org/net/url_request/
url_request_test_util.cc 167 TestDelegate::TestDelegate()
189 TestDelegate::~TestDelegate() {}
191 void TestDelegate::ClearFullRequestHeaders() {
196 void TestDelegate::OnReceivedRedirect(URLRequest* request,
214 void TestDelegate::OnBeforeNetworkStart(URLRequest* request, bool* defer) {
223 void TestDelegate::OnAuthRequired(URLRequest* request,
233 void TestDelegate::OnSSLCertificateError(URLRequest* request,
247 void TestDelegate::OnResponseStarted(URLRequest* request)
    [all...]
url_request_test_util.h 131 class TestDelegate : public URLRequest::Delegate {
133 TestDelegate();
134 virtual ~TestDelegate();
  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 565 class TestDelegate : public ui::TextEditKeyBindingsDelegateAuraLinux {
567 TestDelegate() {}
568 virtual ~TestDelegate() {}
577 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
580 TestDelegate delegate;
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_message_bubble_controller_unittest.cc 42 class TestDelegate {
44 TestDelegate()
74 public TestDelegate {
99 public TestDelegate {
123 public TestDelegate {
148 public TestDelegate {
173 public TestDelegate {
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
update_nacl_manifest_test.py 204 class TestDelegate(update_nacl_manifest.Delegate):
304 self.delegate = TestDelegate(self.manifest, self.history.history,

Completed in 853 milliseconds