HomeSort by relevance Sort by last modified time
    Searched defs:StubWebView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/chromedriver/chrome/
stub_web_view.h 15 class StubWebView : public WebView {
17 explicit StubWebView(const std::string& id);
18 virtual ~StubWebView();
stub_web_view.cc 11 StubWebView::StubWebView(const std::string& id) : id_(id) {}
13 StubWebView::~StubWebView() {}
15 std::string StubWebView::GetId() {
19 Status StubWebView::ConnectIfNecessary() {
23 Status StubWebView::HandleReceivedEvents() {
27 Status StubWebView::Load(const std::string& url) {
31 Status StubWebView::Reload() {
35 Status StubWebView::EvaluateScript(const std::string& frame
    [all...]

Completed in 632 milliseconds