OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MockWebPushClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/shell/renderer/test_runner/
mock_web_push_client.cc
17
MockWebPushClient
::
MockWebPushClient
()
23
MockWebPushClient
::~
MockWebPushClient
() {}
25
void
MockWebPushClient
::SetMockSuccessValues(
32
void
MockWebPushClient
::SetMockErrorValues(const std::string& message) {
38
void
MockWebPushClient
::registerPushMessaging(
mock_web_push_client.h
18
//
MockWebPushClient
is a mock implementation of WebPushClient to be able to
25
class
MockWebPushClient
: public blink::WebPushClient {
27
MockWebPushClient
();
28
virtual ~
MockWebPushClient
();
45
DISALLOW_COPY_AND_ASSIGN(
MockWebPushClient
);
Completed in 39 milliseconds