Home | History | Annotate | Download | only in browser

Lines Matching defs:WebContentsDelegate

18 WebContentsDelegate::WebContentsDelegate() {
21 WebContents* WebContentsDelegate::OpenURLFromTab(WebContents* source,
26 bool WebContentsDelegate::IsPopupOrPanel(const WebContents* source) const {
30 bool WebContentsDelegate::CanLoadDataURLsInWebUI() const { return false; }
32 bool WebContentsDelegate::CanOverscrollContent() const { return false; }
34 gfx::Rect WebContentsDelegate::GetRootWindowResizerRect() const {
38 bool WebContentsDelegate::ShouldSuppressDialogs() {
42 bool WebContentsDelegate::AddMessageToConsole(WebContents* source,
50 void WebContentsDelegate::BeforeUnloadFired(WebContents* web_contents,
56 bool WebContentsDelegate::ShouldFocusLocationBarByDefault(WebContents* source) {
60 bool WebContentsDelegate::ShouldFocusPageAfterCrash() {
64 bool WebContentsDelegate::TakeFocus(WebContents* source, bool reverse) {
68 int WebContentsDelegate::GetExtraRenderViewHeight() const {
72 void WebContentsDelegate::CanDownload(
80 bool WebContentsDelegate::HandleContextMenu(
85 void WebContentsDelegate::ViewSourceForTab(WebContents* source,
96 void WebContentsDelegate::ViewSourceForFrame(WebContents* source,
106 bool WebContentsDelegate::PreHandleKeyboardEvent(
113 bool WebContentsDelegate::CanDragEnter(
120 bool WebContentsDelegate::OnGoToEntryOffset(int offset) {
124 bool WebContentsDelegate::ShouldCreateWebContents(
138 JavaScriptDialogManager* WebContentsDelegate::GetJavaScriptDialogManager() {
142 bool WebContentsDelegate::IsFullscreenForTabOrPending(
147 content::ColorChooser* WebContentsDelegate::OpenColorChooser(
152 void WebContentsDelegate::RequestMediaAccessPermission(
159 bool WebContentsDelegate::RequestPpapiBrokerPermission(
167 WebContentsDelegate::~WebContentsDelegate() {
175 void WebContentsDelegate::Attach(WebContents* web_contents) {
180 void WebContentsDelegate::Detach(WebContents* web_contents) {