OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_documentURL
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLPreloadScanner.h
62
return
m_documentURL
.isSafeToSendToAnotherThread()
89
const KURL
m_documentURL
;
XSSAuditor.cpp
244
m_documentURL
= document->url().copy();
253
if (
m_documentURL
.isEmpty()) {
259
if (
m_documentURL
.protocolIsData()) {
267
m_decodedURL = fullyDecodeString(
m_documentURL
.string(), m_encoding);
338
OwnPtr<XSSInfo> xssInfo = XSSInfo::create(
m_documentURL
, didBlockEntirePage, m_didSendValidXSSProtectionHeader, m_didSendValidCSPHeader);
724
if (
m_documentURL
.host().isEmpty())
727
KURL resourceURL(
m_documentURL
, url);
728
return (
m_documentURL
.host() == resourceURL.host() && resourceURL.query().isEmpty());
733
return
m_documentURL
.isSafeToSendToAnotherThread()
XSSAuditor.h
109
KURL
m_documentURL
;
HTMLPreloadScanner.cpp
271
:
m_documentURL
(documentURL)
372
m_predictedBaseElementURL = KURL(
m_documentURL
, stripLeadingAndTrailingHTMLSpaces(hrefAttribute->value)).copy();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.h
249
String
m_documentURL
;
InspectorStyleSheet.cpp
[
all
...]
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 74 milliseconds