Searched refs:Bind (Results 251 - 275 of 3126) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/content/browser/renderer_host/media/
H A Dweb_contents_tracker.cc31 base::Bind(&WebContentsTracker::LookUpAndObserveWebContents, this,
42 base::Bind(&WebContentsTracker::Observe, this,
57 base::Bind(&WebContentsTracker::MaybeDoCallback, this,
/external/chromium_org/content/child/
H A Dpower_monitor_broadcast_source.cc43 base::Bind(&PowerMessageFilter::NotifySourcePowerStateChange, this,
48 base::Bind(&PowerMessageFilter::NotifySourceSuspend, this));
52 base::Bind(&PowerMessageFilter::NotifySourceResume, this));
/external/chromium_org/content/renderer/p2p/
H A Dhost_address_request.cc34 ipc_message_loop_->PostTask(FROM_HERE, base::Bind(
43 ipc_message_loop_->PostTask(FROM_HERE, base::Bind(
74 delegate_message_loop_->PostTask(FROM_HERE, base::Bind(
/external/chromium_org/net/base/
H A Dnetwork_change_notifier_linux.cc46 base::Bind(&NetworkChangeNotifier::
48 base::Bind(&NetworkChangeNotifier::
60 base::Bind(&NetworkChangeNotifier::SetDnsConfig));
/external/chromium_org/ppapi/proxy/
H A Dtalk_resource.cc38 base::Bind(&TalkResource::OnRequestPermissionReply,
57 base::Bind(&TalkResource::OnStartRemotingReply,
74 base::Bind(&TalkResource::OnStopRemotingReply,
/external/chromium_org/remoting/protocol/
H A Dmessage_reader.cc53 base::Bind(&MessageReader::OnRead, weak_factory_.GetWeakPtr()));
100 base::Bind(&MessageReader::RunCallback,
108 message.Pass(), base::Bind(&MessageReader::OnMessageDone,
/external/chromium_org/webkit/browser/fileapi/
H A Dcopy_or_move_operation_delegate.cc59 base::Bind(&CopyOrMoveOperationDelegate::DidTryCopyOrMoveFile,
93 base::Bind(&CopyOrMoveOperationDelegate::DidTryRemoveDestRoot,
115 base::Bind(&CopyOrMoveOperationDelegate::DidFinishRecursiveCopyDir,
136 base::Bind(&CopyOrMoveOperationDelegate::DidFinishCopy,
140 base::Bind(&CopyOrMoveOperationDelegate::DidCreateSnapshot,
176 base::Bind(&CopyOrMoveOperationDelegate::DidValidateFile,
210 base::Bind(&CopyOrMoveOperationDelegate::DidRemoveSourceForMove,
235 base::Bind(&CopyOrMoveOperationDelegate::DoPostWriteValidation,
249 base::Bind(&CopyOrMoveOperationDelegate::DidRemoveDestForError,
259 base::Bind(
[all...]
/external/chromium_org/android_webview/browser/
H A Daw_login_delegate.cc58 base::Bind(&AwLoginDelegate::HandleHttpAuthRequestOnUIThread,
73 base::Bind(&AwLoginDelegate::ProceedOnIOThread,
80 base::Bind(&AwLoginDelegate::CancelOnIOThread, this));
135 base::Bind(&AwLoginDelegate::DeleteAuthHandlerSoon, this));
/external/chromium_org/android_webview/native/
H A Dcookie_manager.cc177 base::Bind(ImportLegacyCookieStore, cookie_store_path));
226 base::Bind(task, wait_for_completion ? &completion : NULL));
248 base::Bind(&base::WaitableEvent::Signal,
251 base::Bind(&CookieMonster::FlushStore,
288 ExecCookieTask(base::Bind(&CookieManager::SetCookieAsyncHelper,
304 base::Bind(&CookieManager::SetCookieCompleted, base::Unretained(this)));
314 ExecCookieTask(base::Bind(&CookieManager::GetCookieValueAsyncHelper,
332 base::Bind(&CookieManager::GetCookieValueCompleted,
347 ExecCookieTask(base::Bind(&CookieManager::RemoveSessionCookieAsyncHelper,
355 base::Bind(
[all...]
/external/chromium_org/base/message_loop/
H A Dmessage_loop_proxy_unittest.cc42 Bind(&MessageLoopProxyTest::BlockTaskThreadHelper, Unretained(this)));
124 Bind(&RecordLoop, task_recoder),
125 Bind(&RecordLoopAndQuit, reply_recoder)));
127 // Die if base::Bind doesn't retain a reference to the recorders.
164 Bind(&RecordLoop, task_recoder),
165 Bind(&RecordLoopAndQuit, reply_recoder)));
194 Bind(&RecordLoop, task_recoder),
195 Bind(&RecordLoopAndQuit, reply_recoder)));
197 // Die if base::Bind doesn't retain a reference to the recorders.
230 Bind(
[all...]
/external/chromium_org/chrome/browser/android/provider/
H A Dblocking_ui_thread_async_request.h25 // The request argument can be defined using base::Bind.
33 base::Bind(
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_protocol_handler.cc34 base::Bind(&util::GetFileSystemByProfileId, profile_id_),
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dtruncate_operation.cc90 base::Bind(callback, FILE_ERROR_INVALID_OPERATION));
101 base::Bind(&TruncateOperation::TruncateAfterEnsureFileDownloadedByPath,
130 base::Bind(&TruncateOnBlockingPool,
134 base::Bind(
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_performer.cc165 base::Bind(&LoginPerformer::PerformLogin,
213 base::Bind(&Authenticator::LoginAsLocallyManagedUser,
222 base::Bind(&Authenticator::LoginRetailMode, authenticator_.get()));
229 base::Bind(&Authenticator::LoginOffTheRecord, authenticator_.get()));
247 base::Bind(&Authenticator::LoginAsPublicAccount, authenticator_.get(),
254 base::Bind(&Authenticator::RecoverEncryptedData, authenticator_.get(),
261 base::Bind(&Authenticator::ResyncEncryptedData, authenticator_.get()));
275 base::Bind(&Authenticator::CompleteLogin, authenticator_.get(),
291 base::Bind(&Authenticator::AuthenticateToLogin, authenticator_.get(),
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Ddebug_daemon_log_source.cc48 base::Bind(&DebugDaemonLogSource::OnGetRoutes,
51 client->GetNetworkStatus(base::Bind(&DebugDaemonLogSource::OnGetNetworkStatus,
54 client->GetModemStatus(base::Bind(&DebugDaemonLogSource::OnGetModemStatus,
57 client->GetWiMaxStatus(base::Bind(&DebugDaemonLogSource::OnGetWiMaxStatus,
60 client->GetUserLogFiles(base::Bind(&DebugDaemonLogSource::OnGetUserLogFiles,
65 client->GetScrubbedLogs(base::Bind(&DebugDaemonLogSource::OnGetLogs,
68 client->GetAllLogs(base::Bind(&DebugDaemonLogSource::OnGetLogs,
136 base::Bind(
140 base::Bind(&DebugDaemonLogSource::RequestCompleted,
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
H A Dbluetooth_extension_function.cc50 GetAdapter(base::Bind(&BluetoothExtensionFunction::RunOnAdapterReady, this),
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
H A Dmusic_manager_private_api.cc33 base::Bind(
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_api_chromeos.cc74 base::Bind(&NetworkingPrivateGetPropertiesFunction::GetPropertiesSuccess,
76 base::Bind(&NetworkingPrivateGetPropertiesFunction::GetPropertiesFailed,
124 base::Bind(&NetworkingPrivateGetManagedPropertiesFunction::Success,
126 base::Bind(&NetworkingPrivateGetManagedPropertiesFunction::Failure,
198 base::Bind(&NetworkingPrivateSetPropertiesFunction::ResultCallback,
200 base::Bind(&NetworkingPrivateSetPropertiesFunction::ErrorCallback,
300 base::Bind(
303 base::Bind(
335 base::Bind(
338 base::Bind(
[all...]
/external/chromium_org/chrome/browser/extensions/api/usb/
H A Dusb_device_resource.cc39 base::Bind(&UsbDeviceHandle::Close, device_));
/external/chromium_org/chrome/browser/extensions/
H A Dtest_blacklist.cc33 base::Bind(&Assign, &blacklist_set));
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dsafe_picasa_albums_indexer.cc88 base::Bind(&SafePicasaAlbumsIndexer::ProcessFoldersBatch, this));
93 base::Bind(&SafePicasaAlbumsIndexer::StartWorkOnIOThread, this));
117 base::Bind(callback_, true, albums_images));
126 base::Bind(callback_, false, AlbumImagesMap()));
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_task_helper.cc50 base::Bind(callback, true));
55 base::Bind(&MTPDeviceTaskHelper::OnDidOpenStorage,
70 base::Bind(&MTPDeviceTaskHelper::OnGetFileInfo,
86 base::Bind(&MTPDeviceTaskHelper::OnDidReadDirectoryByPath,
112 base::Bind(&DoNothing));
123 base::Bind(completion_callback, !error));
148 base::Bind(success_callback,
174 base::Bind(success_callback, entries));
183 base::Bind(error_callback, error));
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager_win.cc51 base::Bind(&MessageCenterNotificationManager::DisplayFirstRunBalloon,
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_cloud_policy_invalidator.cc44 base::Bind(
/external/chromium_org/chrome/browser/printing/
H A Dprinter_manager_dialog_win.cc38 base::Bind(OpenPrintersDialogCallback));

Completed in 518 milliseconds

<<11121314151617181920>>