HomeSort by relevance Sort by last modified time
    Searched refs:MockWebPushClient (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/shell/renderer/test_runner/
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);
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(
web_test_proxy.h 78 class MockWebPushClient;
142 MockWebPushClient* GetPushClientMock();
271 scoped_ptr<MockWebPushClient> push_client_;
web_test_proxy.cc     [all...]

Completed in 505 milliseconds