Searched refs:StubChrome (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dstub_chrome.cc9 StubChrome::StubChrome() {} function in class:StubChrome
11 StubChrome::~StubChrome() {}
13 ChromeDesktopImpl* StubChrome::GetAsDesktop() {
17 const BrowserInfo* StubChrome::GetBrowserInfo() {
21 bool StubChrome::HasCrashedWebView() {
25 Status StubChrome::GetWebViewIds(std::list<std::string>* web_view_ids) {
29 Status StubChrome::GetWebViewById(const std::string& id, WebView** web_view) {
33 Status StubChrome
[all...]
H A Dstub_chrome.h18 class StubChrome : public Chrome { class in inherits:Chrome
20 StubChrome();
21 virtual ~StubChrome();
/external/chromium_org/chrome/test/chromedriver/
H A Dsession_commands_unittest.cc47 class DetachChrome : public StubChrome {
95 class FailsToQuitChrome : public StubChrome {
H A Dsession_unittest.cc16 class MockChrome : public StubChrome {

Completed in 941 milliseconds