Searched refs:shouldReportDetailedMessageForSource (Results 1 – 8 of 8) sorted by relevance
105 …if (consoleMessage->callStack() && frame().chromeClient().shouldReportDetailedMessageForSource(mes… in addMessage()114 if (frame().chromeClient().shouldReportDetailedMessageForSource(messageURL)) in addMessage()
119 virtual bool shouldReportDetailedMessageForSource(const String& source) = 0;
98 virtual bool shouldReportDetailedMessageForSource(const WTF::String&) OVERRIDE;
371 bool ChromeClientImpl::shouldReportDetailedMessageForSource(const String& url) in shouldReportDetailedMessageForSource() function in blink::ChromeClientImpl374 return webframe->client() && webframe->client()->shouldReportDetailedMessageForSource(url); in shouldReportDetailedMessageForSource()
179 virtual bool shouldReportDetailedMessageForSource(const WebString& source) { return false; } in shouldReportDetailedMessageForSource() function
107 virtual bool shouldReportDetailedMessageForSource(const String&) OVERRIDE { return false; } in shouldReportDetailedMessageForSource() function
313 virtual bool shouldReportDetailedMessageForSource(
1858 bool RenderFrameImpl::shouldReportDetailedMessageForSource( in shouldReportDetailedMessageForSource() function in content::RenderFrameImpl1888 if (shouldReportDetailedMessageForSource(source_name)) { in didAddMessageToConsole()