HomeSort by relevance Sort by last modified time
    Searched defs:isLocal (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
LocalFontFaceSource.h 16 virtual bool isLocal() const { return true; }
CSSFontFaceSource.h 43 virtual bool isLocal() const { return false; }
CSSFontFaceSrcValue.h 54 bool isLocal() const { return m_isLocal; }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameOwnerElement.h 93 virtual bool isLocal() const { return true; }
135 DEFINE_TYPE_CASTS(HTMLFrameOwnerElement, FrameOwner, owner, owner->isLocal(), owner.isLocal());
  /external/clang/utils/
ClangDataFormat.py 53 def isLocal(self, srcmgr_path):
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/llvm/lib/Target/
TargetMachine.cpp 109 bool isLocal = GV->hasLocalLinkage();
119 if (isLocal || isHidden)
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityOrigin.cpp 136 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
521 if (isLocal() && !passesFileCheck(other))
  /external/chromium_org/third_party/skia/src/core/
SkTypeface.cpp 168 bool isLocal = false;
170 this->onGetFontDescriptor(&desc, &isLocal);
172 if (isLocal && NULL == desc.getFontData()) {
  /external/clang/lib/Index/
USRGeneration.cpp 111 bool isLocal(const NamedDecl *D) {
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/chromium_org/third_party/WebKit/Source/web/
WebRemoteFrameImpl.cpp 40 virtual bool isLocal() const OVERRIDE;
63 bool RemoteBridgeFrameOwner::isLocal() const
89 virtual bool isLocal() const OVERRIDE;
94 bool PlaceholderFrameOwner::isLocal() const