OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebAuthFlow
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/identity/
web_auth_flow.cc
44
WebAuthFlow
::
WebAuthFlow
(
56
WebAuthFlow
::~
WebAuthFlow
() {
72
void
WebAuthFlow
::Start() {
85
if (mode_ ==
WebAuthFlow
::INTERACTIVE)
107
void
WebAuthFlow
::DetachDelegateAndDelete() {
112
void
WebAuthFlow
::OnShellWindowAdded(ShellWindow* shell_window) {
125
void
WebAuthFlow
::OnShellWindowIconChanged(ShellWindow* shell_window) {}
127
void
WebAuthFlow
::OnShellWindowRemoved(ShellWindow* shell_window)
[
all
...]
web_auth_flow.h
29
// 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,
78
WebAuthFlow
(Delegate* delegate,
83
virtual ~
WebAuthFlow
();
143
DISALLOW_COPY_AND_ASSIGN(
WebAuthFlow
);
Completed in 2868 milliseconds