Searched defs:WebAuthFlow (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dweb_auth_flow.h29 // Controller class for web based auth flows. The WebAuthFlow creates
32 // |provider_url| passed to the WebAuthFlow constructor.
34 // The WebAuthFlow monitors the WebContents of the webview, and
44 // A WebAuthFlow can be started in Mode::SILENT, which never displays
46 class WebAuthFlow : public content::NotificationObserver, class in namespace:extensions
78 WebAuthFlow(Delegate* delegate,
83 virtual ~WebAuthFlow();
135 DISALLOW_COPY_AND_ASSIGN(WebAuthFlow);
H A Dweb_auth_flow.cc44 WebAuthFlow::WebAuthFlow( function in class:extensions::WebAuthFlow
56 WebAuthFlow::~WebAuthFlow() {
72 void WebAuthFlow::Start() {
85 if (mode_ == WebAuthFlow::INTERACTIVE)
107 void WebAuthFlow::DetachDelegateAndDelete() {
112 void WebAuthFlow::OnAppWindowAdded(AppWindow* app_window) {
125 void WebAuthFlow::OnAppWindowRemoved(AppWindow* app_window) {
132 delegate_->OnAuthFlowFailure(WebAuthFlow
[all...]

Completed in 629 milliseconds