Searched refs:Bind (Results 151 - 175 of 3126) sorted by relevance

1234567891011>>

/external/chromium_org/media/filters/
H A Dpipeline_integration_test_base.cc60 return base::Bind(&PipelineIntegrationTestBase::OnStatusCallbackChecked,
111 base::Bind(&PipelineIntegrationTestBase::OnEnded, base::Unretained(this)),
112 base::Bind(&PipelineIntegrationTestBase::OnError, base::Unretained(this)),
114 base::Bind(&PipelineIntegrationTestBase::OnBufferingState,
140 base::Bind(&PipelineIntegrationTestBase::OnEnded, base::Unretained(this)),
141 base::Bind(&PipelineIntegrationTestBase::OnError, base::Unretained(this)),
142 base::Bind(&PipelineIntegrationTestBase::OnStatusCallback,
144 base::Bind(&PipelineIntegrationTestBase::OnBufferingState,
184 base::Bind(&PipelineIntegrationTestBase::QuitAfterCurrentTimeTask,
197 base::Bind(
[all...]
/external/chromium_org/remoting/base/
H A Dcompound_buffer_unittest.cc182 IterateOverPieces(kChunkSizes0, base::Bind(
187 IterateOverPieces(kChunkSizes1, base::Bind(
194 IterateOverPieces(kChunkSizes0, base::Bind(
199 IterateOverPieces(kChunkSizes1, base::Bind(
206 IterateOverPieces(kChunkSizes0, base::Bind(
211 IterateOverPieces(kChunkSizes1, base::Bind(
218 IterateOverPieces(kChunkSizes0, base::Bind(
223 IterateOverPieces(kChunkSizes1, base::Bind(
230 IterateOverPieces(kChunkSizes1, base::Bind(
232 IterateOverPieces(kCropSizes, base::Bind(
[all...]
/external/chromium_org/remoting/protocol/
H A Dpairing_registry_unittest.cc101 base::Bind(&PairingRegistryTest::ExpectSecret,
108 base::Bind(&PairingRegistryTest::ExpectSecret,
121 base::Bind(&PairingRegistryTest::set_pairings,
150 base::Bind(&PairingRegistryTest::ExpectSaveSuccess,
155 base::Bind(&PairingRegistryTest::set_pairings,
174 base::Bind(&PairingRegistryTest::ExpectSaveSuccess,
179 base::Bind(&PairingRegistryTest::set_pairings,
225 base::Bind(&MockPairingRegistryCallbacks::GetPairingCallback,
229 base::Bind(&MockPairingRegistryCallbacks::GetPairingCallback,
233 base::Bind(
[all...]
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_interactive_uitest.cc96 base::Bind(&QuitLoop));
104 base::Bind(&DragDropAcrossMultiDisplay_Step4));
110 base::Bind(&DragDropAcrossMultiDisplay_Step3));
116 base::Bind(&DragDropAcrossMultiDisplay_Step2));
154 10, 10, base::Bind(&DragDropAcrossMultiDisplay_Step1));
/external/chromium_org/base/synchronization/
H A Dwaitable_event_watcher_unittest.cc54 watcher.StartWatching(&event, Bind(&QuitWhenSignaled));
72 watcher.StartWatching(&event, Bind(&QuitWhenSignaled));
88 Bind(&DecrementCountContainer::OnWaitableEventSignaled,
115 watcher.StartWatching(&event, Bind(&QuitWhenSignaled));
131 watcher.StartWatching(event, Bind(&QuitWhenSignaled));
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_ca_client_unittest.cc66 base::Bind(&AttestationCAClientTest::DataCallback,
79 base::Bind(&AttestationCAClientTest::DataCallback,
92 base::Bind(&AttestationCAClientTest::DataCallback,
105 base::Bind(&AttestationCAClientTest::DataCallback,
118 base::Bind(&AttestationCAClientTest::DeleteClientDataCallback,
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dtouch_operation.cc49 base::Bind(&internal::ResourceMetadata::GetResourceEntryByPath,
53 base::Bind(&TouchOperation::TouchFileAfterGetResourceEntry,
82 base::Bind(&TouchOperation::TouchFileAfterServerTimeStampUpdated,
111 base::Bind(&internal::ResourceMetadata::RefreshEntry,
114 base::Bind(&TouchOperation::TouchFileAfterRefreshMetadata,
/external/chromium_org/chrome/browser/chromeos/login/
H A Doauth2_token_fetcher.cc55 base::Bind(&OAuth2TokenFetcher::StartExchangeFromCookies,
77 base::Bind(&OAuth2TokenFetcher::StartExchangeFromAuthCode,
101 base::Bind(&OAuth2TokenFetcher::StartExchangeFromCookies,
103 base::Bind(&OAuth2TokenFetcher::StartExchangeFromAuthCode,
105 base::Bind(&Delegate::OnOAuth2TokensFetchFailed,
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dkiosk_app_menu_handler.cc45 base::Bind(&KioskAppMenuHandler::HandleInitializeKioskApps,
48 base::Bind(&KioskAppMenuHandler::HandleKioskAppsLoaded,
51 base::Bind(&KioskAppMenuHandler::HandleLaunchKioskApps,
54 base::Bind(&KioskAppMenuHandler::HandleCheckKioskAppLaunchError,
95 base::Bind(&KioskAppMenuHandler::OnGetConsumerKioskModeStatus,
H A Dbase_screen_handler.h150 base::Bind(method, base::Unretained(static_cast<T*>(this))));
156 base::Bind(method, base::Unretained(static_cast<T*>(this)));
158 name, base::Bind(&CallbackWrapper0, callback));
164 base::Bind(method, base::Unretained(static_cast<T*>(this)));
166 name, base::Bind(&CallbackWrapper1<A1>, callback));
173 base::Bind(method, base::Unretained(static_cast<T*>(this)));
175 name, base::Bind(&CallbackWrapper2<A1, A2>, callback));
182 base::Bind(method, base::Unretained(static_cast<T*>(this)));
184 name, base::Bind(&CallbackWrapper3<A1, A2, A3>, callback));
191 base::Bind(metho
[all...]
/external/chromium_org/chrome/browser/ui/webui/ntp/android/
H A Dcontext_menu_handler.cc30 base::Bind(&ContextMenuHandler::HandleShowContextMenu,
33 base::Bind(&ContextMenuHandler::HandleOpenInNewTab,
36 base::Bind(&ContextMenuHandler::HandleOpenInIncognitoTab,
39 base::Bind(&ContextMenuHandler::GetIncognitoDisabled,
113 base::Bind(&ContextMenuHandler::OnItemSelected,
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dreset_profile_settings_handler.cc66 base::Bind(&ResetProfileSettingsHandler::HandleResetProfileSettings,
69 base::Bind(&ResetProfileSettingsHandler::OnShowResetProfileDialog,
83 base::Bind(&ResetProfileSettingsHandler::ResetProfile,
111 base::Bind(&ResetProfileSettingsHandler::OnSettingsFetched,
146 base::Bind(&ResetProfileSettingsHandler::OnResetProfileSettingsDone,
/external/chromium_org/chrome/browser/webdata/
H A Dtoken_web_data.cc13 using base::Bind;
81 Bind(&TokenWebDataBackend::SetTokenForService, token_backend_,
87 Bind(&TokenWebDataBackend::RemoveAllTokens, token_backend_));
92 Bind(&TokenWebDataBackend::RemoveTokenForService, token_backend_,
100 Bind(&TokenWebDataBackend::GetAllTokens, token_backend_), consumer);
/external/chromium_org/chrome/renderer/extensions/
H A Dlogging_native_handler.cc15 base::Bind(&LoggingNativeHandler::Dcheck, base::Unretained(this)));
17 base::Bind(&LoggingNativeHandler::Check, base::Unretained(this)));
19 base::Bind(&LoggingNativeHandler::DcheckIsOn, base::Unretained(this)));
21 base::Bind(&LoggingNativeHandler::Log, base::Unretained(this)));
23 base::Bind(&LoggingNativeHandler::Warning, base::Unretained(this)));
/external/chromium_org/chromeos/dbus/ibus/
H A Dibus_client_unittest.cc57 message_loop_.PostTask(FROM_HERE, base::Bind(callback, response_));
72 message_loop_.PostTask(FROM_HERE, base::Bind(error_callback,
87 message_loop_.PostTask(FROM_HERE, base::Bind(callback, response_));
101 message_loop_.PostTask(FROM_HERE, base::Bind(error_callback,
115 message_loop_.PostTask(FROM_HERE, base::Bind(callback, response_));
128 message_loop_.PostTask(FROM_HERE, base::Bind(error_callback,
187 base::Bind(&MockCreateInputContextCallback::Run,
189 base::Bind(&MockErrorCallback::Run,
211 base::Bind(&MockCreateInputContextCallback::Run,
213 base::Bind(
[all...]
/external/chromium_org/content/browser/
H A Dplugin_process_host_mac.cc50 base::Bind(base::mac::RequestFullScreen,
83 base::Bind(ReleasePluginFullScreen, plugin_pid));
89 base::Bind(base::mac::ActivateProcess, base::GetCurrentProcId()));
101 base::Bind(base::mac::ActivateProcess, process_->GetData().handle));
109 base::Bind(base::mac::SetCursorVisibility,
/external/chromium_org/content/renderer/pepper/
H A Dpepper_platform_audio_output.cc42 base::Bind(&PepperPlatformAudioOutput::StartPlaybackOnIOThread, this));
52 base::Bind(&PepperPlatformAudioOutput::StopPlaybackOnIOThread, this));
64 base::Bind(&PepperPlatformAudioOutput::ShutDownOnIOThread, this));
92 base::Bind(&PepperPlatformAudioOutput::OnStreamCreated, this, handle,
133 base::Bind(&PepperPlatformAudioOutput::InitializeOnIOThread, this,
/external/chromium_org/content/test/
H A Dcpp_binding_example.cc45 // Bind property with a callback.
47 // Bind property with a getter callback.
48 BindGetterCallback("same", base::Bind(&CppBindingExample::same,
52 BindCallback("echoValue", base::Bind(&CppBindingExample::echoValue,
54 BindCallback("echoType", base::Bind(&CppBindingExample::echoType,
56 BindCallback("plus", base::Bind(&CppBindingExample::plus,
62 BindFallbackCallback(base::Bind(&CppBindingExample::fallbackMethod,
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser.cc58 base::Bind(&ParseFtpDirectoryListingLs, lines, current_time, entries),
62 base::Bind(&ParseFtpDirectoryListingWindows, lines, entries),
66 base::Bind(&ParseFtpDirectoryListingVms, lines, entries),
70 base::Bind(&ParseFtpDirectoryListingNetware,
75 base::Bind(&ParseFtpDirectoryListingOS2, lines, entries),
/external/chromium_org/ppapi/thunk/
H A Dppb_udp_socket_private_thunk.cc42 int32_t Bind(PP_Resource udp_socket, function in namespace:ppapi::thunk::__anon9646
48 return enter.SetResult(enter.object()->Bind(addr, enter.callback()));
103 &Bind,
113 &Bind,
125 &Bind,
/external/chromium_org/tools/gn/
H A Dscheduler.cc39 base::Bind(&Scheduler::LogOnMainThread,
60 base::Bind(&Scheduler::FailWithErrorOnMainThread,
68 FROM_HERE, base::Bind(&Scheduler::DoWork,
75 FROM_HERE, base::Bind(&Scheduler::DoTargetFileWrite,
100 base::Bind(&Scheduler::OnComplete,
/external/chromium_org/webkit/browser/fileapi/
H A Dasync_file_util_adapter.cc17 using base::Bind;
156 Bind(&FileSystemFileUtil::CreateOrOpen, Unretained(sync_file_util_.get()),
158 Bind(&FileSystemFileUtil::Close, Unretained(sync_file_util_.get()),
160 Bind(&RunCreateOrOpenCallback, callback));
172 Bind(&EnsureFileExistsHelper::RunWork, Unretained(helper),
174 Bind(&EnsureFileExistsHelper::Reply, Owned(helper), callback));
187 Bind(&FileSystemFileUtil::CreateDirectory,
202 Bind(&GetFileInfoHelper::GetFileInfo, Unretained(helper),
204 Bind(&GetFileInfoHelper::ReplyFileInfo, Owned(helper), callback));
216 Bind(
[all...]
H A Drecursive_operation_delegate.cc51 url, base::Bind(&RecursiveOperationDelegate::DidProcessDirectory,
67 base::Bind(&RecursiveOperationDelegate::ProcessFile,
69 base::Bind(&RecursiveOperationDelegate::DidProcessFile,
92 url, base::Bind(&RecursiveOperationDelegate::DidReadDirectory,
105 base::Bind(&RecursiveOperationDelegate::DidTryProcessFile,
/external/chromium_org/base/message_loop/
H A Dmessage_loop_unittest.cc88 MessageLoop::current()->PostTask(FROM_HERE, Bind(
90 MessageLoop::current()->PostTask(FROM_HERE, Bind(
92 MessageLoop::current()->PostTask(FROM_HERE, Bind(
94 MessageLoop::current()->PostTask(FROM_HERE, Bind(
96 MessageLoop::current()->PostTask(FROM_HERE, Bind(
100 EXPECT_TRUE(MessageLoop::current()->TryPostTask(FROM_HERE, Bind(
112 Bind(&MessageLoop::LockWaitUnLockForTesting,
118 EXPECT_FALSE(MessageLoop::current()->TryPostTask(FROM_HERE, Bind(
123 MessageLoop::current()->PostTask(FROM_HERE, Bind(
139 MessageLoop::current()->PostTask(FROM_HERE, Bind(
[all...]
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_history_provider_service_unittest.cc21 using base::Bind;
163 Bind(&CallbackHelper::OnInserted, callback.get()));
174 Bind(&CallbackHelper::OnQueryResult, callback.get()));
182 Bind(&CallbackHelper::OnStatementMoved, callback.get()));
194 Bind(&CallbackHelper::OnUpdated, callback.get()));
201 &cancelable_consumer_, Bind(&CallbackHelper::OnDeleted, callback.get()));
218 Bind(&CallbackHelper::OnInserted, callback.get()));
229 Bind(&CallbackHelper::OnQueryResult, callback.get()));
237 Bind(&CallbackHelper::OnStatementMoved, callback.get()));
249 Bind(
[all...]

Completed in 710 milliseconds

1234567891011>>