Home
last modified time | relevance | path

Searched defs:elem1 (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
DTableSectionPainter.cpp45 static inline bool compareCellPositions(RenderTableCell* elem1, RenderTableCell* elem2) in compareCellPositions()
52 static inline bool compareCellPositionsWithOverflowingCells(RenderTableCell* elem1, RenderTableCell… in compareCellPositionsWithOverflowingCells()
/external/openssl/crypto/asn1/
Da_set.c74 static int SetBlobCmp(const void *elem1, const void *elem2 ) in SetBlobCmp()
/external/chromium_org/components/omnibox/
Dautocomplete_result.cc59 bool CompareWithDemoteByType::operator()(const AutocompleteMatch& elem1, in operator ()()
87 bool DestinationSort::operator()(const AutocompleteMatch& elem1, in operator ()()
Dautocomplete_match.cc162 bool AutocompleteMatch::MoreRelevant(const AutocompleteMatch& elem1, in MoreRelevant()
172 bool AutocompleteMatch::DestinationsEqual(const AutocompleteMatch& elem1, in DestinationsEqual()
/external/libexif/libexif/
Dexif-data.c493 cmp_func_intel (const void *elem1, const void *elem2) in cmp_func_intel()
500 cmp_func_motorola (const void *elem1, const void *elem2) in cmp_func_motorola()
/external/chromium_org/third_party/icu/source/tools/dumpce/
Ddumpce.cpp748 int compareSortKey(const void *elem1, const void *elem2) in compareSortKey()
1109 int compareCodepoints(const void *elem1, const void *elem2) in compareCodepoints()
/external/stlport/test/unit/
Dmvctor_test.cpp96 vector<int> elem1(10, 0), elem2(10, 0); in move_construct_test() local
/external/chromium_org/third_party/icu/source/common/
Duhash.c890 const UHashElement* elem1 = uhash_nextElement(hash1, &pos); in uhash_equals() local
/external/icu/icu4c/source/common/
Duhash.c890 const UHashElement* elem1 = uhash_nextElement(hash1, &pos); in uhash_equals() local
/external/chromium_org/base/strings/
Dstring_util.cc62 static bool CompareParameter(const ReplacementOffset& elem1, in CompareParameter()
/external/chromium_org/components/search_engines/
Dtemplate_url_service.cc169 bool operator()(const KeywordToTemplateMap::value_type& elem1, in operator ()()