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/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/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/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_org/third_party/WebKit/Tools/Scripts/webkitpy/common/thread/
messagepump_unittest.py 35 class TestDelegate(MessagePumpDelegate):
54 delegate = TestDelegate()
  /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_test_util.h 94 class TestDelegate : public net::URLRequest::Delegate {
96 TestDelegate();
97 virtual ~TestDelegate();
  /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/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/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/ash/
root_window_controller_unittest.cc 35 class TestDelegate : public views::WidgetDelegateView {
37 explicit TestDelegate(bool system_modal) : system_modal_(system_modal) {}
38 virtual ~TestDelegate() {}
51 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
98 new TestDelegate(true), CurrentContext(), bounds);
106 views::Widget::CreateWindowWithParentAndBounds(new TestDelegate(true),
  /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/chromeos/display/
output_configurator_unittest.cc 22 // Strings returned by TestDelegate::GetActionsAndClear() to describe various
33 // String returned by TestDelegate::GetActionsAndClear() if no actions were
37 // Returns a string describing a TestDelegate::SetBackgroundColor() call.
42 // Returns a string describing a TestDelegate::ConfigureCrtc() call.
52 // Returns a string describing a TestDelegate::CreateFramebuffer() call.
62 // Returns a string describing a TestDelegate::ConfigureCTM() call.
72 // TestDelegate::GetActionsAndClear(). The list of actions must be
89 class TestDelegate : public OutputConfigurator::Delegate {
93 TestDelegate() {}
94 virtual ~TestDelegate() {}
    [all...]
  /external/chromium_org/net/url_request/
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_test_util.h 118 class TestDelegate : public URLRequest::Delegate {
120 TestDelegate();
121 virtual ~TestDelegate();
  /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/net/quic/
quic_connection_helper_test.cc 28 class TestDelegate : public QuicAlarm::Delegate {
30 TestDelegate() : fired_(false) {}
237 TestDelegate* delegate = new TestDelegate();
257 TestDelegate* delegate = new TestDelegate();
275 TestDelegate* delegate = new TestDelegate();
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
update_nacl_manifest_test.py 184 class TestDelegate(update_nacl_manifest.Delegate):
270 self.delegate = TestDelegate(self.manifest, self.history.history,

Completed in 1187 milliseconds