HomeSort by relevance Sort by last modified time
    Searched refs:shell_window_key_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/identity/
web_auth_flow.cc 61 if (!shell_window_key_.empty()) {
76 bool success = base::Base64Encode(random_bytes, &shell_window_key_);
81 args->AppendString(shell_window_key_);
111 if (shell_window->window_key() == shell_window_key_ &&
126 if (shell_window->window_key() == shell_window_key_ &&
web_auth_flow.h 137 std::string shell_window_key_; member in class:extensions::WebAuthFlow

Completed in 42 milliseconds