HomeSort by relevance Sort by last modified time
    Searched refs:AddReference (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/base/
opensslidentity.h 40 AddReference();
47 void AddReference();
60 AddReference();
102 void AddReference() const;
opensslidentity.cc 154 void OpenSSLKeyPair::AddReference() {
289 void OpenSSLCertificate::AddReference() const {
stream.h 771 void AddReference() {
  /external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp 124 pContentArray->AddReference(pDoc,pEndStream);
138 pContentArray->AddReference(pDoc,pEndStream);
144 pContentArray->AddReference(pDoc,pStream->GetObjNum());
145 pContentArray->AddReference(pDoc,pDirectObj->GetObjNum());
146 pContentArray->AddReference(pDoc, pEndStream);
318 pContentArray->AddReference(pDoc,pStream->GetObjNum());
319 pContentArray->AddReference(pDoc,pDirectObj->GetObjNum());
fpdf_flatten.cpp 245 pContentsArray->AddReference(pDocument, dwObjNum);
267 pContentsArray->AddReference(pDocument, dwObjNum);
  /external/chromium_org/content/browser/fileapi/
isolated_context_unittest.cc 67 IsolatedContext::GetInstance()->AddReference(id_);
147 isolated_context()->AddReference(id4);
157 isolated_context()->AddReference(id5);
158 isolated_context()->AddReference(id5);
159 isolated_context()->AddReference(id5);
dragged_file_util_unittest.cc 113 isolated_context()->AddReference(filesystem_id_);
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 389 void AddReference(CPDF_IndirectObjects* pDoc, FX_DWORD objnum);
391 void AddReference(CPDF_IndirectObjects* pDoc, CPDF_Object* obj)
393 AddReference(pDoc, obj->GetObjNum());
501 void AddReference(FX_BSTR key, CPDF_IndirectObjects* pDoc, FX_DWORD objnum);
503 void AddReference(FX_BSTR key, CPDF_IndirectObjects* pDoc, CPDF_Object* obj)
505 AddReference(key, pDoc, obj->GetObjNum());
  /external/chromium_org/storage/browser/fileapi/
isolated_context.h 127 void AddReference(const std::string& filesystem_id);
isolated_context.cc 380 void IsolatedContext::AddReference(const std::string& filesystem_id) {
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 786 struct AddReference { typedef T& type; }; // NOLINT
788 struct AddReference<T&> { typedef T& type; }; // NOLINT
790 // A handy wrapper around AddReference that works when the argument T
793 typename ::testing::internal::AddReference<T>::type
819 static typename AddReference<From>::type MakeFrom();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 822 struct AddReference { typedef T& type; }; // NOLINT
824 struct AddReference<T&> { typedef T& type; }; // NOLINT
826 // A handy wrapper around AddReference that works when the argument T
829 typename ::testing::internal::AddReference<T>::type
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 754 struct AddReference { typedef T& type; }; // NOLINT
756 struct AddReference<T&> { typedef T& type; }; // NOLINT
758 // A handy wrapper around AddReference that works when the argument T
761 typename ::testing::internal::AddReference<T>::type
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 851 struct AddReference { typedef T& type; }; // NOLINT
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 822 struct AddReference { typedef T& type; }; // NOLINT
824 struct AddReference<T&> { typedef T& type; }; // NOLINT
826 // A handy wrapper around AddReference that works when the argument T
829 typename ::testing::internal::AddReference<T>::type
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 743 struct AddReference { typedef T& type; }; // NOLINT
745 struct AddReference<T&> { typedef T& type; }; // NOLINT
747 // A handy wrapper around AddReference that works when the argument T
750 typename ::testing::internal::AddReference<T>::type
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 82 pResList->AddReference(name, m_pDocument, pResourceObj->GetObjNum());
fpdf_edit_doc.cpp 406 pArray->AddReference(this, pFontDict);
    [all...]
fpdf_edit_image.cpp 176 pCS->AddReference(m_pDocument, pCTS);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util_unittest.cc 143 isolated_context()->AddReference(filesystem_id_);
  /external/chromium_org/testing/gtest/include/gtest/
gtest-printers.h 784 static typename AddReference<
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 583 void CPDF_Array::AddReference(CPDF_IndirectObjects* pDoc, FX_DWORD objnum)
885 void CPDF_Dictionary::AddReference(FX_BSTR key, CPDF_IndirectObjects* pDoc, FX_DWORD objnum)
    [all...]
  /external/chromium_org/content/browser/
child_process_security_policy_impl.cc 124 storage::IsolatedContext::GetInstance()->AddReference(filesystem_id);
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 236 using testing::internal::AddReference;
    [all...]
  /external/gtest/test/
gtest_unittest.cc 237 using testing::internal::AddReference;
    [all...]

Completed in 807 milliseconds

1 2