Home | History | Annotate | Download | only in test_runner

Lines Matching defs:web_view_

95     WebFrame* frame = object_->web_view_->mainFrame();
1387 if (runner_ && runner_->web_view_) {
1389 runner_->web_view_->findFrameByName(WebString::fromUTF8(name));
1450 : web_view_(web_view) {
1455 SkRect rect = SkRect::MakeWH(web_view_->size().width,
1456 web_view_->size().height);
1464 WebView* web_view_;
1507 controller_->web_view_);
1531 web_view_(NULL),
1550 web_view_ = webView;
1555 if (web_view_) {
1556 web_view_->setZoomLevel(0);
1557 web_view_->setTextZoomFactor(1);
1558 web_view_->setTabKeyCyclesThroughElements(true);
1562 web_view_->setSelectionColors(
1565 web_view_->removeInjectedStyleSheets();
1566 web_view_->setVisibilityState(WebPageVisibilityStateVisible, true);
1567 web_view_->mainFrame()->enableViewSourceMode(false);
1570 web_view_->removePageOverlay(page_overlay_);
1747 web_view_->mainFrame()->enableViewSourceMode(value);
1823 if (frame->top()->view() != web_view_)
2016 GURL current_url = web_view_->mainFrame()->document().url();
2089 web_view_->setTabKeyCyclesThroughElements(tab_key_cycles_through_elements);
2105 web_view_->focusedFrame()->executeCommand(WebString::fromUTF8(command),
2110 return web_view_->focusedFrame()->isCommandEnabled(
2115 return web_view_->mainFrame()->dispatchBeforeUnloadEvent();
2120 web_view_->setDomainRelaxationForbidden(forbidden,
2131 web_view_->focusedFrame()->executeScriptInIsolatedWorld(
2142 web_view_->focusedFrame()->executeScriptInIsolatedWorld(
2156 web_view_->focusedFrame()->setIsolatedWorldSecurityOrigin(world_id,
2163 web_view_->focusedFrame()->setIsolatedWorldContentSecurityPolicy(
2200 WebFrame* frame = web_view_->mainFrame();
2207 web_view_->setSelectionColors(0xffee0000, 0xff00ee00, 0xff000000, 0xffc0c0c0);
2242 WebFrame* frame = web_view_->mainFrame();
2250 return web_view_->mainFrame()->selectionAsMarkup().utf8();
2263 web_view_->setVisibilityState(WebPageVisibilityStateVisible, false);
2265 web_view_->setVisibilityState(WebPageVisibilityStateHidden, false);
2267 web_view_->setVisibilityState(WebPageVisibilityStatePrerender, false);
2282 web_view_->setTextDirection(direction);
2791 if (web_view_ && !page_overlay_) {
2792 page_overlay_ = new TestPageOverlay(web_view_);
2793 web_view_->addPageOverlay(page_overlay_, 0);
2798 if (web_view_ && page_overlay_) {
2799 web_view_->removePageOverlay(page_overlay_);
2821 FetchManifest(web_view_, web_view_->mainFrame()->document().manifestURL(),
2857 web_view_->mainFrame()->mainWorldScriptContext();
2919 web_view_->mainFrame()->dataSource()->response().mimeType().utf8();
2935 web_view_->didAcquirePointerLock();
2944 web_view_->didNotAcquirePointerLock();
2954 web_view_->didLosePointerLock();