Lines Matching defs:WebContentsDelegate

18 WebContentsDelegate::WebContentsDelegate() {
21 WebContents* WebContentsDelegate::OpenURLFromTab(WebContents* source,
26 bool WebContentsDelegate::IsPopupOrPanel(const WebContents* source) const {
30 bool WebContentsDelegate::CanOverscrollContent() const { return false; }
32 gfx::Rect WebContentsDelegate::GetRootWindowResizerRect() const {
36 bool WebContentsDelegate::ShouldSuppressDialogs() {
40 bool WebContentsDelegate::ShouldPreserveAbortedURLs(WebContents* source) {
44 bool WebContentsDelegate::AddMessageToConsole(WebContents* source,
52 void WebContentsDelegate::BeforeUnloadFired(WebContents* web_contents,
58 bool WebContentsDelegate::ShouldFocusLocationBarByDefault(WebContents* source) {
62 bool WebContentsDelegate::ShouldFocusPageAfterCrash() {
66 bool WebContentsDelegate::TakeFocus(WebContents* source, bool reverse) {
70 int WebContentsDelegate::GetExtraRenderViewHeight() const {
74 void WebContentsDelegate::CanDownload(
82 bool WebContentsDelegate::HandleContextMenu(
87 void WebContentsDelegate::ViewSourceForTab(WebContents* source,
98 void WebContentsDelegate::ViewSourceForFrame(WebContents* source,
108 bool WebContentsDelegate::PreHandleKeyboardEvent(
115 bool WebContentsDelegate::PreHandleGestureEvent(
121 bool WebContentsDelegate::CanDragEnter(
128 bool WebContentsDelegate::OnGoToEntryOffset(int offset) {
132 bool WebContentsDelegate::ShouldCreateWebContents(
143 JavaScriptDialogManager* WebContentsDelegate::GetJavaScriptDialogManager() {
147 bool WebContentsDelegate::EmbedsFullscreenWidget() const {
151 bool WebContentsDelegate::IsFullscreenForTabOrPending(
156 content::ColorChooser* WebContentsDelegate::OpenColorChooser(
163 void WebContentsDelegate::RequestMediaAccessPermission(
172 bool WebContentsDelegate::RequestPpapiBrokerPermission(
180 WebContentsDelegate::~WebContentsDelegate() {
188 void WebContentsDelegate::Attach(WebContents* web_contents) {
193 void WebContentsDelegate::Detach(WebContents* web_contents) {
198 gfx::Size WebContentsDelegate::GetSizeForNewRenderView(
203 bool WebContentsDelegate::IsNeverVisible(WebContents* web_contents) {