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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebLocalCredential.h15 class WebLocalCredential : public WebCredential { class in namespace:blink
17 BLINK_PLATFORM_EXPORT WebLocalCredential(const WebString& id, const WebString& name, const WebURL& avatarURL, const WebString& password);
19 BLINK_PLATFORM_EXPORT void assign(const WebLocalCredential&);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebLocalCredential.cpp6 #include "public/platform/WebLocalCredential.h"
12 WebLocalCredential::WebLocalCredential(const WebString& id, const WebString& name, const WebURL& avatarURL, const WebString& password) function in class:blink::WebLocalCredential
17 void WebLocalCredential::assign(const WebLocalCredential& other)
22 WebString WebLocalCredential::password() const

Completed in 95 milliseconds