OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebCredential
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebCredential.h
17
class
WebCredential
{
19
BLINK_PLATFORM_EXPORT
WebCredential
(const WebString& id, const WebString& name, const WebURL& avatarURL);
20
~
WebCredential
() { reset(); }
22
BLINK_PLATFORM_EXPORT void assign(const
WebCredential
&);
30
BLINK_PLATFORM_EXPORT
WebCredential
(PlatformCredential*);
31
BLINK_PLATFORM_EXPORT
WebCredential
& operator=(PlatformCredential*);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCredential.cpp
6
#include "public/platform/
WebCredential
.h"
12
WebCredential
::
WebCredential
(const WebString& id, const WebString& name, const WebURL& avatarURL)
17
void
WebCredential
::assign(const
WebCredential
& other)
22
WebCredential
::
WebCredential
(PlatformCredential* credential)
27
WebCredential
&
WebCredential
::operator=(PlatformCredential* credential)
33
void
WebCredential
::reset(
[
all
...]
Completed in 176 milliseconds