OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initializewithtoken
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebScopedUserGesture.h
59
explicit WebScopedUserGesture(const WebUserGestureToken& token) {
initializeWithToken
(token); }
65
BLINK_EXPORT void
initializeWithToken
(const WebUserGestureToken&);
/external/chromium_org/third_party/WebKit/Source/web/
WebScopedUserGesture.cpp
44
void WebScopedUserGesture::
initializeWithToken
(const WebUserGestureToken& token)
/external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.h
70
bool
InitializeWithToken
(const std::string& cloud_print_token);
cloud_print_proxy.cc
105
backend_->
InitializeWithToken
(cloud_print_token);
cloud_print_proxy_backend.cc
173
bool CloudPrintProxyBackend::
InitializeWithToken
(
Completed in 103 milliseconds