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

  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 204 void Page::setMainFrame(PassRefPtr<Frame> mainFrame)
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 302 void WebViewImpl::setMainFrame(WebFrame* frame)
314 // to setMainFrame(). Though the setMainFrame() accepts a raw pointer, it
318 // pass it into WebViewImpl::setMainFrame(), keep a pointer to the
322 setMainFrame(frame.get());
    [all...]

Completed in 454 milliseconds