Lines Matching defs:LocalDiscoveryUIHandler

102 LocalDiscoveryUIHandler::LocalDiscoveryUIHandler()
122 LocalDiscoveryUIHandler::~LocalDiscoveryUIHandler() {
133 bool LocalDiscoveryUIHandler::GetHasVisible() {
137 void LocalDiscoveryUIHandler::RegisterMessages() {
139 &LocalDiscoveryUIHandler::HandleStart,
142 &LocalDiscoveryUIHandler::HandleIsVisible,
145 &LocalDiscoveryUIHandler::HandleRegisterDevice,
149 base::Bind(&LocalDiscoveryUIHandler::HandleConfirmCode,
152 &LocalDiscoveryUIHandler::HandleCancelRegistration,
156 base::Bind(&LocalDiscoveryUIHandler::HandleRequestDeviceList,
159 &LocalDiscoveryUIHandler::HandleOpenCloudPrintURL,
162 &LocalDiscoveryUIHandler::HandleShowSyncUI,
170 base::Bind(&LocalDiscoveryUIHandler::ShowCloudPrintSetupDialog,
174 base::Bind(&LocalDiscoveryUIHandler::HandleDisableCloudPrintConnector,
180 void LocalDiscoveryUIHandler::HandleStart(const base::ListValue* args) {
215 void LocalDiscoveryUIHandler::HandleIsVisible(const base::ListValue* args) {
222 void LocalDiscoveryUIHandler::HandleRegisterDevice(
242 base::Bind(&LocalDiscoveryUIHandler::StartRegisterHTTP,
250 void LocalDiscoveryUIHandler::HandleConfirmCode(const base::ListValue* args) {
254 void LocalDiscoveryUIHandler::HandleCancelRegistration(
259 void LocalDiscoveryUIHandler::HandleRequestDeviceList(
282 void LocalDiscoveryUIHandler::HandleOpenCloudPrintURL(
297 void LocalDiscoveryUIHandler::HandleShowSyncUI(
311 void LocalDiscoveryUIHandler::StartRegisterHTTP(
327 void LocalDiscoveryUIHandler::OnPrivetRegisterClaimToken(
346 base::Bind(&LocalDiscoveryUIHandler::OnConfirmDone,
350 void LocalDiscoveryUIHandler::OnPrivetRegisterError(
374 void LocalDiscoveryUIHandler::OnPrivetRegisterDone(
384 void LocalDiscoveryUIHandler::GetWiFiCredentials(
389 void LocalDiscoveryUIHandler::SwitchToSetupWiFi(
394 void LocalDiscoveryUIHandler::ConfirmSecurityCode(
403 void LocalDiscoveryUIHandler::RestoreWifi(const ResultCallback& callback) {
407 void LocalDiscoveryUIHandler::OnSetupDone() {
415 void LocalDiscoveryUIHandler::OnSetupError() {
420 void LocalDiscoveryUIHandler::OnConfirmDone(GCDApiFlow::Status status) {
429 void LocalDiscoveryUIHandler::DeviceChanged(
456 void LocalDiscoveryUIHandler::DeviceRemoved(const std::string& name) {
465 void LocalDiscoveryUIHandler::DeviceCacheFlushed() {
470 void LocalDiscoveryUIHandler::OnDeviceListReady(
477 void LocalDiscoveryUIHandler::OnDeviceListUnavailable() {
482 void LocalDiscoveryUIHandler::GoogleSigninSucceeded(
489 void LocalDiscoveryUIHandler::GoogleSignedOut(const std::string& account_id,
494 void LocalDiscoveryUIHandler::SendRegisterError() {
498 void LocalDiscoveryUIHandler::SendRegisterDone(
527 void LocalDiscoveryUIHandler::SetIsVisible(bool visible) {
534 std::string LocalDiscoveryUIHandler::GetSyncAccount() {
547 void LocalDiscoveryUIHandler::ResetCurrentRegistration() {
559 void LocalDiscoveryUIHandler::PrivetClientToV3(
565 void LocalDiscoveryUIHandler::CheckUserLoggedIn() {
572 void LocalDiscoveryUIHandler::CheckListingDone() {
604 scoped_ptr<GCDApiFlow> LocalDiscoveryUIHandler::CreateApiFlow() {
621 void LocalDiscoveryUIHandler::CreatePrivetV3Client(
628 base::Bind(&LocalDiscoveryUIHandler::PrivetClientToV3,
640 bool LocalDiscoveryUIHandler::IsUserSupervisedOrOffTheRecord() {
647 void LocalDiscoveryUIHandler::StartCloudPrintConnector() {
651 &LocalDiscoveryUIHandler::OnCloudPrintPrefsChanged,
673 void LocalDiscoveryUIHandler::OnCloudPrintPrefsChanged() {
678 void LocalDiscoveryUIHandler::ShowCloudPrintSetupDialog(
694 void LocalDiscoveryUIHandler::HandleDisableCloudPrintConnector(
702 void LocalDiscoveryUIHandler::SetupCloudPrintConnectorSection() {
741 void LocalDiscoveryUIHandler::RemoveCloudPrintConnectorSection() {
746 void LocalDiscoveryUIHandler::RefreshCloudPrintStatusFromService() {
756 void LocalDiscoveryUIHandler::StartWifiBootstrapping() {
757 // Since LocalDiscoveryUIHandler isn't destroyed every time the page is
765 base::Bind(&LocalDiscoveryUIHandler::OnBootstrappingDeviceChanged,
773 void LocalDiscoveryUIHandler::OnBootstrappingDeviceChanged(