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

  /external/chromium_org/content/public/browser/
web_contents_view_delegate.h 38 class CONTENT_EXPORT WebContentsViewDelegate {
40 virtual ~WebContentsViewDelegate();
web_contents_view_delegate.cc 11 WebContentsViewDelegate::~WebContentsViewDelegate() {
14 WebDragDestDelegate* WebContentsViewDelegate::GetDragDestDelegate() {
18 void WebContentsViewDelegate::ShowContextMenu(
23 void WebContentsViewDelegate::StoreFocus() {
26 void WebContentsViewDelegate::RestoreFocus() {
29 bool WebContentsViewDelegate::Focus() {
33 void WebContentsViewDelegate::TakeFocus(bool reverse) {
36 void WebContentsViewDelegate::SizeChanged(const gfx::Size& size) {
39 void* WebContentsViewDelegate::CreateRenderWidgetHostViewDelegate
    [all...]

Completed in 409 milliseconds