Searched defs:isLocal (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DLocalFontFaceSource.h16 virtual bool isLocal() const { return true; } function in class:blink::LocalFontFaceSource
H A DCSSFontFaceSource.h43 virtual bool isLocal() const { return false; } function in class:blink::CSSFontFaceSource
H A DCSSFontFaceSrcValue.h54 bool isLocal() const { return m_isLocal; } function in class:blink::CSSFontFaceSrcValue
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameOwnerElement.h93 virtual bool isLocal() const { return true; } function in class:blink::HTMLFrameOwnerElement
135 DEFINE_TYPE_CASTS(HTMLFrameOwnerElement, FrameOwner, owner, owner->isLocal(), owner.isLocal());
/external/clang/utils/
H A DClangDataFormat.py53 def isLocal(self, srcmgr_path): member in class:SourceLocation
65 return "%s (offset: %d, %s, %s)" % (self.getPrint(srcmgr_path), self.offset(), "macro" if self.isMacro() else "file", "local" if self.isLocal(srcmgr_path) else "loaded")
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DSecurityOrigin.cpp136 m_canLoadLocalResources = isLocal();
269 if (canAccess && isLocal())
277 ASSERT(isLocal() && other->isLocal());
382 if (SchemeRegistry::shouldTreatURLSchemeAsSecure(m_protocol) || isLocal() || isLocalhost())
414 ASSERT(isLocal());
418 bool SecurityOrigin::isLocal() const function in class:blink::SecurityOrigin
521 if (isLocal() && !passesFileCheck(other))
/external/llvm/lib/Target/
H A DTargetMachine.cpp109 bool isLocal = GV->hasLocalLinkage(); local
119 if (isLocal || isHidden)
/external/skia/src/core/
H A DSkTypeface.cpp148 bool isLocal = false; local
150 this->onGetFontDescriptor(&desc, &isLocal);
153 if (isLocal) {
264 bool isLocal = false; local
266 this->onGetFontDescriptor(&desc, &isLocal);
/external/chromium_org/third_party/skia/src/core/
H A DSkTypeface.cpp168 bool isLocal = false; local
170 this->onGetFontDescriptor(&desc, &isLocal);
172 if (isLocal && NULL == desc.getFontData()) {
/external/clang/lib/Index/
H A DUSRGeneration.cpp111 bool isLocal(const NamedDecl *D) { function in class:__anon17941::USRGenerator
197 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
255 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
404 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
475 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
/external/valgrind/main/VEX/unused/
H A Dlinker.c1049 char isLocal = FALSE; /* avoids uninit-var warning */ local
1058 isLocal = FALSE;
1092 isLocal = TRUE;
1104 isLocal = FALSE;
1114 if (isLocal) {
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.cpp40 virtual bool isLocal() const OVERRIDE;
63 bool RemoteBridgeFrameOwner::isLocal() const function in class:blink::__anon11373::RemoteBridgeFrameOwner
89 virtual bool isLocal() const OVERRIDE;
94 bool PlaceholderFrameOwner::isLocal() const function in class:blink::__anon11373::PlaceholderFrameOwner
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp113 static bool isLocal(const MCSymbolData &Data, bool isUsedInReloc);
949 bool ELFObjectWriter::isLocal(const MCSymbolData &Data, bool isUsedInReloc) { function in class:ELFObjectWriter
1025 bool Local = isLocal(SD, Used);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 7880 milliseconds

12