Searched refs:autoFillWindowType_ (Results 1 – 2 of 2) sorted by relevance
53 if (autoFillWindowType_ == AutoFill::AutoFillWindowType::POPUP_WINDOW) { in OnResult()95 auto oldWindowType = autoFillWindowType_; in HandleReloadInModal()217 if (isOnResult_ && autoFillWindowType_ == AutoFill::AutoFillWindowType::POPUP_WINDOW) { in onDestroy()266 autoFillWindowType_ = autoFillWindowType; in SetWindowType()271 return autoFillWindowType_; in GetWindowType()353 bool isPopup = (autoFillWindowType_ == AutoFill::AutoFillWindowType::POPUP_WINDOW); in SendAutoFillFailed()378 if (autoFillWindowType_ == AutoFill::AutoFillWindowType::POPUP_WINDOW) { in CloseUIExtension()380 } else if (autoFillWindowType_ == AutoFill::AutoFillWindowType::MODAL_WINDOW) { in CloseUIExtension()
79 AutoFill::AutoFillWindowType autoFillWindowType_ = AutoFill::AutoFillWindowType::MODAL_WINDOW; variable