OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PotentiallyCORSEnabled
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSImageValue.cpp
71
if (corsEnabled ==
PotentiallyCORSEnabled
)
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImportLoader.cpp
73
if (!m_fetcher->canAccess(resource,
PotentiallyCORSEnabled
)) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp
370
&& !m_element->document().fetcher()->canAccess(sourceCode.resource(),
PotentiallyCORSEnabled
)) {
394
CORSEnabled corsEnabled = isPotentiallyCORSEnabled() ?
PotentiallyCORSEnabled
: NotCORSEnabled;
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp
121
shapeValue->setImage(cssImageValue->cachedImage(m_fetcher, options,
PotentiallyCORSEnabled
));
/external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.h
65
PotentiallyCORSEnabled
// Indicates "potentially CORS-enabled fetch" in HTML standard.
ResourceFetcher.cpp
547
if (corsEnabled ==
PotentiallyCORSEnabled
[
all
...]
Completed in 479 milliseconds