Searched defs:delegate (Results 251 - 275 of 1356) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ash/wm/
H A Dwindow_state_unittest.cc112 aura::test::TestWindowDelegate delegate; local
114 &delegate, -1, gfx::Rect(0, 100, kWorkAreaBounds.width() - 1, 100)));
117 delegate.set_minimum_size(gfx::Size(kWorkAreaBounds.width() - 1, 0));
130 delegate.set_maximum_size(gfx::Size(kWorkAreaBounds.width() - 1, 0));
132 delegate.set_maximum_size(gfx::Size(0, kWorkAreaBounds.height() - 1));
134 delegate.set_maximum_size(gfx::Size());
146 aura::test::TestWindowDelegate delegate; local
148 delegate.set_minimum_size(minimum_size);
151 &delegate, -1, gfx::Rect(0, 100, 100, 100)));
180 aura::test::TestWindowDelegate delegate; local
[all...]
/external/chromium_org/athena/wm/
H A Dsplit_view_controller_unittest.cc81 aura::test::TestWindowDelegate delegate; local
165 aura::test::TestWindowDelegate delegate; local
H A Dtitle_drag_controller.cc32 TitleDragControllerDelegate* delegate)
34 delegate_(delegate),
88 if (!window || !window->delegate())
91 window->delegate()->GetNonClientComponent(gesture->location());
31 TitleDragController(aura::Window* container, TitleDragControllerDelegate* delegate) argument
H A Dwindow_manager_unittest.cc30 aura::WindowDelegate* delegate) {
31 scoped_ptr<aura::Window> window(CreateTestWindow(delegate, gfx::Rect()));
42 aura::test::TestWindowDelegate delegate; local
43 scoped_ptr<aura::Window> first(CreateAndActivateWindow(&delegate));
44 scoped_ptr<aura::Window> second(CreateAndActivateWindow(&delegate));
83 aura::test::TestWindowDelegate delegate; local
84 scoped_ptr<aura::Window> w1(CreateAndActivateWindow(&delegate));
85 scoped_ptr<aura::Window> w2(CreateAndActivateWindow(&delegate));
86 scoped_ptr<aura::Window> w3(CreateAndActivateWindow(&delegate));
103 aura::test::TestWindowDelegate delegate; local
29 CreateAndActivateWindow( aura::WindowDelegate* delegate) argument
123 aura::test::TestWindowDelegate delegate; local
148 aura::test::TestWindowDelegate delegate; local
186 aura::test::TestWindowDelegate delegate; local
233 aura::test::TestWindowDelegate delegate; local
283 aura::test::TestWindowDelegate delegate; local
314 aura::test::TestWindowDelegate delegate; local
343 aura::test::TestWindowDelegate delegate; local
[all...]
/external/chromium_org/base/message_loop/
H A Dmessage_pump_android.cc26 base::MessagePump::Delegate* delegate = local
28 DCHECK(delegate);
35 bool did_work = delegate->DoWork();
60 did_work |= delegate->DoDelayedWork(&next_delayed_work_time);
81 delegate->DoIdleWork();
93 void MessagePumpForUI::Run(Delegate* delegate) { argument
98 void MessagePumpForUI::Start(Delegate* delegate) { argument
112 env, reinterpret_cast<intptr_t>(delegate)));
/external/chromium_org/base/posix/
H A Dfile_descriptor_shuffle.h73 InjectionDelegate* delegate);
77 InjectionDelegate* delegate);
81 FileDescriptorTableInjection delegate; local
82 return PerformInjectiveMultimapDestructive(map, &delegate);
/external/chromium_org/base/win/
H A Dobject_watcher.cc26 bool ObjectWatcher::StartWatching(HANDLE object, Delegate* delegate) { argument
27 CHECK(delegate);
40 delegate);
95 void ObjectWatcher::Signal(Delegate* delegate) { argument
96 // Signaling the delegate may result in our destruction or a nested call to
98 // watcher state before signaling the delegate.
101 delegate->OnObjectSignaled(object);
H A Dobject_watcher_unittest.cc45 QuitDelegate delegate; local
46 bool ok = watcher.StartWatching(event, &delegate);
66 QuitDelegate delegate; local
67 bool ok = watcher.StartWatching(event, &delegate);
81 DecrementCountDelegate delegate(&counter);
86 bool ok = watcher.StartWatching(event, &delegate);
98 // Our delegate should not have fired.
112 QuitDelegate delegate; local
113 bool ok = watcher.StartWatching(event, &delegate);
132 QuitDelegate delegate; local
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
H A DChromeContextMenuPopulator.java28 * @param delegate The {@link ChromeContextMenuItemDelegate} that will be notified with actions
31 public ChromeContextMenuPopulator(ChromeContextMenuItemDelegate delegate) { argument
32 mDelegate = delegate;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DSavePasswordInfoBar.java20 public SavePasswordInfoBar(long nativeInfoBar, SavePasswordInfoBarDelegate delegate, argument
26 mDelegate = delegate;
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_external_update_validator.cc20 const base::WeakPtr<KioskExternalUpdateValidatorDelegate>& delegate)
25 delegate_(delegate) {
15 KioskExternalUpdateValidator( const scoped_refptr<base::SequencedTaskRunner>& backend_task_runner, const std::string& app_id, const base::FilePath& crx_dir, const base::FilePath& crx_unpack_dir, const base::WeakPtr<KioskExternalUpdateValidatorDelegate>& delegate) argument
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dtouch_operation.cc49 OperationDelegate* delegate,
52 delegate_(delegate),
48 TouchOperation(base::SequencedTaskRunner* blocking_task_runner, OperationDelegate* delegate, internal::ResourceMetadata* metadata) argument
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_controller.cc27 explicit BurnControllerImpl(BurnController::Delegate* delegate) argument
31 delegate_(delegate) {
176 Delegate* delegate) {
177 return new BurnControllerImpl(delegate);
174 CreateBurnController( content::WebContents* web_contents, Delegate* delegate) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dtest_login_utils.cc29 Delegate* delegate) {
33 delegate->OnProfilePrepared(NULL);
36 void TestLoginUtils::DelegateDeleted(Delegate* delegate) { argument
25 PrepareProfile( const UserContext& user_context, bool has_auth_cookies, bool has_active_session, Delegate* delegate) argument
H A Dversion_info_updater.h38 explicit VersionInfoUpdater(Delegate* delegate);
41 // Sets delegate.
42 void set_delegate(Delegate* delegate) { delegate_ = delegate; } argument
44 // Starts fetching version info. The delegate will be notified when update
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dsimple_web_view_dialog_browsertest.cc70 StubDelegate delegate; local
71 CaptivePortalWindowProxy proxy(&delegate, web_contents);
75 // delegate and will be destroyed by the end of the test.
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_policy_disk_cache.cc24 const base::WeakPtr<Delegate>& delegate,
27 : delegate_(delegate),
23 UserPolicyDiskCache( const base::WeakPtr<Delegate>& delegate, const base::FilePath& backing_file_path, scoped_refptr<base::SequencedTaskRunner> background_task_runner) argument
H A Duser_policy_token_loader.cc23 const base::WeakPtr<Delegate>& delegate,
26 : delegate_(delegate),
22 UserPolicyTokenLoader( const base::WeakPtr<Delegate>& delegate, const base::FilePath& cache_file, scoped_refptr<base::SequencedTaskRunner> background_task_runner) argument
/external/chromium_org/chrome/browser/
H A Dcrash_upload_list_win.cc11 CrashUploadListWin::CrashUploadListWin(Delegate* delegate, argument
13 : CrashUploadList(delegate, upload_log_path) {}
/external/chromium_org/chrome/browser/devtools/
H A Dbrowser_list_tabcontents_provider.cc79 net::StreamListenSocket::Delegate* delegate,
88 return net::TCPListenSocket::CreateAndListen("127.0.0.1", port, delegate)
78 CreateSocketForTethering( net::StreamListenSocket::Delegate* delegate, std::string* name) argument
/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Ddns_sd_device_lister.cc34 DnsSdDelegate* delegate,
36 : delegate_(delegate),
32 DnsSdDeviceLister( local_discovery::ServiceDiscoveryClient* service_discovery_client, DnsSdDelegate* delegate, const std::string& service_type) argument
/external/chromium_org/chrome/browser/extensions/
H A Dapp_icon_loader_impl.cc36 AppIconLoader::Delegate* delegate)
38 delegate_(delegate),
33 AppIconLoaderImpl( Profile* profile, int icon_size, AppIconLoader::Delegate* delegate) argument
H A Dextension_error_ui.cc40 ExtensionErrorUI::ExtensionErrorUI(Delegate* delegate) : delegate_(delegate) {} argument
H A Dextension_message_bubble_controller.h62 // In some cases, we want the delegate only to handle a single extension
71 ExtensionMessageBubbleController(Delegate* delegate, Profile* profile);
74 Delegate* delegate() const { return delegate_.get(); } function in class:extensions::ExtensionMessageBubbleController
109 // Our delegate supplying information about what to show in the dialog.
H A Dwebstore_data_fetcher.cc25 WebstoreDataFetcherDelegate* delegate,
29 : delegate_(delegate),
24 WebstoreDataFetcher( WebstoreDataFetcherDelegate* delegate, net::URLRequestContextGetter* request_context, const GURL& referrer_url, const std::string webstore_item_id) argument

Completed in 6673 milliseconds

<<11121314151617181920>>