Home
last modified time | relevance | path

Searched refs:shouldReportDetailedMessageForSource (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameConsole.cpp105 …if (consoleMessage->callStack() && frame().chromeClient().shouldReportDetailedMessageForSource(mes… in addMessage()
114 if (frame().chromeClient().shouldReportDetailedMessageForSource(messageURL)) in addMessage()
/external/chromium_org/third_party/WebKit/Source/core/page/
DChromeClient.h119 virtual bool shouldReportDetailedMessageForSource(const String& source) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DChromeClientImpl.h98 virtual bool shouldReportDetailedMessageForSource(const WTF::String&) OVERRIDE;
DChromeClientImpl.cpp371 bool ChromeClientImpl::shouldReportDetailedMessageForSource(const String& url) in shouldReportDetailedMessageForSource() function in blink::ChromeClientImpl
374 return webframe->client() && webframe->client()->shouldReportDetailedMessageForSource(url); in shouldReportDetailedMessageForSource()
/external/chromium_org/third_party/WebKit/public/web/
DWebFrameClient.h179 virtual bool shouldReportDetailedMessageForSource(const WebString& source) { return false; } in shouldReportDetailedMessageForSource() function
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h107 virtual bool shouldReportDetailedMessageForSource(const String&) OVERRIDE { return false; } in shouldReportDetailedMessageForSource() function
/external/chromium_org/content/renderer/
Drender_frame_impl.h313 virtual bool shouldReportDetailedMessageForSource(
Drender_frame_impl.cc1858 bool RenderFrameImpl::shouldReportDetailedMessageForSource( in shouldReportDetailedMessageForSource() function in content::RenderFrameImpl
1888 if (shouldReportDetailedMessageForSource(source_name)) { in didAddMessageToConsole()