/external/chromium_org/webkit/browser/quota/ |
D | quota_callbacks.h | 71 Tuple2<int64, int64> > 76 Tuple2<QuotaStatusCode, int64> > 79 Tuple2<QuotaStatusCode, int64> > 124 Tuple2<QuotaStatusCode, int64> >
|
/external/chromium_org/testing/ |
D | gmock_mutant.h | 143 const Tuple2<C1, C2>& c) { in DispatchToMethod() 149 const Tuple2<C1, C2>& c) { in DispatchToFunction() 249 const Tuple2<C1, C2>& c) { in DispatchToMethod() 255 const Tuple2<C1, C2>& c) { in DispatchToFunction() 326 const Tuple2<P1, P2>& p, in DispatchToMethod() 332 const Tuple2<P1, P2>& p, in DispatchToFunction() 341 const Tuple2<P1, P2>& p, in DispatchToMethod() 347 const Tuple2<P1, P2>& p, in DispatchToFunction() 356 const Tuple2<P1, P2>& p, in DispatchToMethod() 357 const Tuple2<C1, C2>& c) { in DispatchToMethod() [all …]
|
/external/chromium/testing/ |
D | gmock_mutant.h | 143 const Tuple2<C1, C2>& c) { in DispatchToMethod() 149 const Tuple2<C1, C2>& c) { in DispatchToFunction() 249 const Tuple2<C1, C2>& c) { in DispatchToMethod() 255 const Tuple2<C1, C2>& c) { in DispatchToFunction() 326 const Tuple2<P1, P2>& p, in DispatchToMethod() 332 const Tuple2<P1, P2>& p, in DispatchToFunction() 341 const Tuple2<P1, P2>& p, in DispatchToMethod() 347 const Tuple2<P1, P2>& p, in DispatchToFunction() 356 const Tuple2<P1, P2>& p, in DispatchToMethod() 357 const Tuple2<C1, C2>& c) { in DispatchToMethod() [all …]
|
/external/chromium_org/chrome/browser/history/ |
D | history_marshaling.h | 26 Tuple2<URLRow, VisitVector> > 41 Tuple2<std::vector<GURL>,
|
/external/chromium/chrome/browser/history/ |
D | history_marshaling.h | 23 Tuple2<URLRow, VisitVector> > 38 Tuple2<std::vector<GURL>,
|
/external/chromium/base/ |
D | tuple.h | 94 struct Tuple2 { 99 Tuple2() {} 100 Tuple2(typename TupleTraits<A>::ParamType a, 289 struct TupleTypes< Tuple2<A, B> > { 290 typedef Tuple2<typename TupleTraits<A>::ValueType, 292 typedef Tuple2<typename TupleTraits<A>::RefType, 294 typedef Tuple2<typename TupleTraits<A>::ParamType, 437 inline Tuple2<A, B> MakeTuple(const A& a, const B& b) { 438 return Tuple2<A, B>(a, b); 489 inline Tuple2<A&, B&> MakeRefTuple(A& a, B& b) { [all …]
|
D | callback_old.h | 148 typedef CallbackRunner<Tuple2<Arg1, Arg2> > Type; 156 Tuple2<Arg1, Arg2> >(object, method); in NewCallback()
|
D | tuple_unittest.cc | 35 Tuple2<int, const char*> t2 = MakeTuple(1, static_cast<const char*>("wee")); in TEST()
|
D | task.h | 104 return new RunnableMethod<Method, Tuple2<A, B> >( in NewRunnableMethod() 368 return new RunnableMethod<T, Method, Tuple2<A, B> >(object, method, in NewRunnableMethod() 483 return new RunnableFunction<Function, Tuple2<A, B> >(function, in NewRunnableFunction()
|
/external/chromium_org/chrome/renderer/autofill/ |
D | form_autocomplete_browsertest.cc | 39 Tuple2<FormData, base::TimeTicks> forms; in TEST_F() 88 Tuple2<FormData, base::TimeTicks> forms; in TEST_F()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | syslogs_library.cc | 51 callback->Run(Tuple2<LogDictionaryType*, std::string*>(NULL , NULL)); in RequestSyslogs() 121 request->ForwardResult(Tuple2<LogDictionaryType*, in ReadSyslogs()
|
/external/chromium_org/base/ |
D | tuple.h | 91 struct Tuple2 { 96 Tuple2() {} 97 Tuple2(typename TupleTraits<A>::ParamType a, 286 struct TupleTypes< Tuple2<A, B> > { 287 typedef Tuple2<typename TupleTraits<A>::ValueType, 289 typedef Tuple2<typename TupleTraits<A>::RefType, 291 typedef Tuple2<typename TupleTraits<A>::ParamType, 434 inline Tuple2<A, B> MakeTuple(const A& a, const B& b) { 435 return Tuple2<A, B>(a, b); 486 inline Tuple2<A&, B&> MakeRefTuple(A& a, B& b) { [all …]
|
D | observer_list_threadsafe.h | 184 UnboundMethod<ObserverType, Method, Tuple2<A, B> > method( in Notify() 186 Notify<Method, Tuple2<A, B> >(method); in Notify()
|
D | tuple_unittest.cc | 35 Tuple2<int, const char*> t2 = MakeTuple(1, static_cast<const char*>("wee")); in TEST()
|
/external/chromium/testing/gmock/test/ |
D | gmock-matchers_test.cc | 1754 typedef ::std::tr1::tuple<long, int> Tuple2; // NOLINT typedef 1759 Matcher<const Tuple2&> m = Eq(); in TEST() 1760 EXPECT_TRUE(m.Matches(Tuple2(5L, 5))); in TEST() 1761 EXPECT_FALSE(m.Matches(Tuple2(5L, 6))); in TEST() 1766 Matcher<const Tuple2&> m = Eq(); in TEST() 1773 Matcher<const Tuple2&> m = Ge(); in TEST() 1774 EXPECT_TRUE(m.Matches(Tuple2(5L, 4))); in TEST() 1775 EXPECT_TRUE(m.Matches(Tuple2(5L, 5))); in TEST() 1776 EXPECT_FALSE(m.Matches(Tuple2(5L, 6))); in TEST() 1781 Matcher<const Tuple2&> m = Ge(); in TEST() [all …]
|
/external/chromium/chrome/common/extensions/ |
D | extension_unpacker.h | 25 typedef std::vector< Tuple2<SkBitmap, FilePath> > DecodedImages;
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 283 template <class Tuple1, class Tuple2> 284 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) { 291 template <class Tuple1, class Tuple2> 292 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
|
/external/chromium/testing/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 284 template <class Tuple1, class Tuple2> 285 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) { 292 template <class Tuple1, class Tuple2> 293 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 284 template <class Tuple1, class Tuple2> 285 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) { 292 template <class Tuple1, class Tuple2> 293 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
|
/external/chromium_org/testing/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 287 template <class Tuple1, class Tuple2> 288 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) { 295 template <class Tuple1, class Tuple2> 296 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 284 template <class Tuple1, class Tuple2> 285 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) { 292 template <class Tuple1, class Tuple2> 293 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
|
/external/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 284 template <class Tuple1, class Tuple2> 285 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) { 292 template <class Tuple1, class Tuple2> 293 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
|
/external/chromium_org/components/autofill/content/browser/ |
D | request_autocomplete_manager_unittest.cc | 125 Tuple2<blink::WebFormElement::AutocompleteResult, FormData> autofill_param; in GetAutocompleteResultMessage()
|
/external/chromium_org/ppapi/host/ |
D | dispatch_host_message.h | 39 Tuple2<A, B>& arg) { in DispatchResourceCall()
|
/external/chromium/base/memory/ |
D | scoped_callback_factory.h | 66 return new CallbackImpl<void (T::*)(Arg1, Arg2), Tuple2<Arg1, Arg2> >( in NewCallback()
|