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

  /external/chromium_org/ash/test/
shelf_view_test_api.h 85 bool SameDragType(ShelfItemType typea, ShelfItemType typeb) const;
shelf_view_test_api.cc 123 ShelfItemType typeb) const {
124 return shelf_view_->SameDragType(typea, typeb);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_richcmp.py 147 for typeb in (int, Number):
148 if typea==typeb==int:
151 tb = typeb(b)
160 for typeb in (int, Number):
162 tb = typeb(b)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_richcmp.py 147 for typeb in (int, Number):
148 if typea==typeb==int:
151 tb = typeb(b)
160 for typeb in (int, Number):
162 tb = typeb(b)
  /external/chromium_org/ash/shelf/
shelf_view.h 212 // Returns true if |typea| and |typeb| should be in the same drag range.
213 bool SameDragType(ShelfItemType typea, ShelfItemType typeb) const;
shelf_view.cc     [all...]

Completed in 104 milliseconds