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

  /external/chromium_org/storage/browser/fileapi/
isolated_context.h 133 void RemoveReference(const std::string& filesystem_id);
isolated_context.cc 386 void IsolatedContext::RemoveReference(const std::string& filesystem_id) {
  /external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.cpp 146 COMPILE_ASSERT((IsSameType<int, RemoveReference<int>::Type>::value), WTF_Test_RemoveReference_int);
147 COMPILE_ASSERT((IsSameType<int, RemoveReference<int&>::Type>::value), WTF_Test_RemoveReference_int_reference);
TypeTraits.h 40 // RemoveReference<T>::Type
262 template <typename T> struct RemoveReference {
266 template <typename T> struct RemoveReference<T&> {
  /external/chromium_org/content/browser/fileapi/
isolated_context_unittest.cc 72 IsolatedContext::GetInstance()->RemoveReference(id_);
124 isolated_context()->RemoveReference(id_);
148 isolated_context()->RemoveReference(id4);
dragged_file_util_unittest.cc 117 isolated_context()->RemoveReference(filesystem_id_);
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 738 struct RemoveReference { typedef T type; }; // NOLINT
740 struct RemoveReference<T&> { typedef T type; }; // NOLINT
742 // A handy wrapper around RemoveReference that works when the argument
745 typename ::testing::internal::RemoveReference<T>::type
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 780 struct RemoveReference { typedef T type; }; // NOLINT
782 struct RemoveReference<T&> { typedef T type; }; // NOLINT
784 // A handy wrapper around RemoveReference that works when the argument
787 typename ::testing::internal::RemoveReference<T>::type
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 706 struct RemoveReference { typedef T type; }; // NOLINT
708 struct RemoveReference<T&> { typedef T type; }; // NOLINT
710 // A handy wrapper around RemoveReference that works when the argument
713 typename ::testing::internal::RemoveReference<T>::type
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 809 struct RemoveReference { typedef T type; }; // NOLINT
811 struct RemoveReference<T&> { typedef T type; }; // NOLINT
813 // A handy wrapper around RemoveReference that works when the argument
816 typename ::testing::internal::RemoveReference<T>::type
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 780 struct RemoveReference { typedef T type; }; // NOLINT
782 struct RemoveReference<T&> { typedef T type; }; // NOLINT
784 // A handy wrapper around RemoveReference that works when the argument
787 typename ::testing::internal::RemoveReference<T>::type
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util_unittest.cc 147 isolated_context()->RemoveReference(filesystem_id_);
  /external/chromium_org/content/browser/
child_process_security_policy_impl.cc 84 isolated_context->RemoveReference(iter->first);
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 272 using testing::internal::RemoveReference;
    [all...]
  /external/gtest/test/
gtest_unittest.cc 271 using testing::internal::RemoveReference;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 772 milliseconds