OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PasswordAuthenticationCallback
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/android/
password_authentication_manager.cc
12
class
PasswordAuthenticationCallback
{
14
explicit
PasswordAuthenticationCallback
(
26
virtual ~
PasswordAuthenticationCallback
() {}
52
PasswordAuthenticationCallback
* auth_callback =
53
new
PasswordAuthenticationCallback
(success_callback);
67
PasswordAuthenticationCallback
* callback =
68
reinterpret_cast<
PasswordAuthenticationCallback
*>(callback_ptr);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/password_manager/
PasswordAuthenticationManager.java
29
void requestAuthentication(Tab tab,
PasswordAuthenticationCallback
callback);
41
public static class
PasswordAuthenticationCallback
{
44
@CalledByNative("
PasswordAuthenticationCallback
")
45
private static
PasswordAuthenticationCallback
create(long nativePtr) {
46
return new
PasswordAuthenticationCallback
(nativePtr);
49
private
PasswordAuthenticationCallback
(long nativePtr) {
75
public void requestAuthentication(Tab tab,
PasswordAuthenticationCallback
callback) {
117
Tab tab,
PasswordAuthenticationCallback
callback) {
Completed in 55 milliseconds