HomeSort by relevance Sort by last modified time
    Searched refs:HasRef (Results 1 - 14 of 14) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_shadingobject.cpp 23 if (m_ClipPath.HasRef())
27 if (m_ClipPath.HasRef()) {
48 if (!m_ClipPath.HasRef())
cpdf_contentmark.h 31 bool HasRef() const { return !!m_Ref; }
cpdf_pageobject.cpp 83 if (!m_ClipPath.HasRef())
90 if (!m_GeneralState.HasRef())
cpdf_path.h 25 bool HasRef() const { return !!m_Ref; }
cpdf_pathobject.cpp 36 if (!m_Path.HasRef())
cpdf_clippath.h 30 bool HasRef() const { return !!m_Ref; }
cpdf_colorstate.h 46 bool HasRef() const { return !!m_Ref; }
cpdf_generalstate.h 26 bool HasRef() const { return !!m_Ref; }
cpdf_contentparser.cpp 92 if (ClipPath.HasRef()) {
181 if (!pObj->m_ClipPath.HasRef())
  /external/libchrome/base/
bind_unittest.cc 50 class HasRef : public NoRef {
52 HasRef() {}
59 DISALLOW_COPY_AND_ASSIGN(HasRef);
62 class HasRefPrivateDtor : public HasRef {
314 int FunctionWithScopedRefptrFirstParam(const scoped_refptr<HasRef>& o, int n) {
341 StrictMock<HasRef> has_ref_;
342 const HasRef* const_has_ref_ptr_;
458 BindRepeating(IgnoreResult(&HasRef::IntMethod0), &has_ref_);
462 BindRepeating(IgnoreResult(&HasRef::IntConstMethod0), &has_ref_);
494 BindOnce(IgnoreResult(&HasRef::IntMethod0), &has_ref_)
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 83 struct HasRef { int i; int& ref; HasRef() : i(0), ref(i) {} };
96 struct DerivesHasRef : HasRef {};
198 { int arr[F(__is_pod(HasRef))]; }
241 { int arr[F(__is_empty(HasRef))]; }
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 967 return !pColorState->HasRef() || pColorState->GetFillColor()->IsNull();
971 return !pColorState->HasRef() || pColorState->GetStrokeColor()->IsNull();
    [all...]
cpdf_imagerenderer.cpp 136 if (m_BitmapAlpha != 255 || !state.HasRef() || !state.GetFillOP() ||
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 785 if (!pTextObj->m_ContentMark.HasRef())
811 if (mark.HasRef() && mark.CountItems() == nContentMark &&
847 if (!pTextObj->m_ContentMark.HasRef())
    [all...]

Completed in 320 milliseconds