Searched defs:WebContentsViewDelegate (Results 1 - 2 of 2) sorted by path

/external/chromium_org/content/public/browser/
H A Dweb_contents_view_delegate.cc11 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
[all...]
H A Dweb_contents_view_delegate.h38 class CONTENT_EXPORT WebContentsViewDelegate { class in namespace:content
40 virtual ~WebContentsViewDelegate();

Completed in 246 milliseconds