Searched refs:CheckPoint (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_win.cc218 if (CheckPoint(hwnd, bounds.left, (bounds.top + bounds.bottom) / 2,
220 CheckPoint(hwnd, bounds.right - 1, (bounds.top + bounds.bottom) / 2,
222 CheckPoint(hwnd, (bounds.left + bounds.right) / 2, bounds.bottom - 1,
243 bool CheckPoint(HWND hwnd, int x, int y, DockInfo::Type type) { function in class:__anon2688::DockToWindowFinder
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Ddock_info_win.cc249 if (CheckPoint(hwnd, bounds.left, (bounds.top + bounds.bottom) / 2,
251 CheckPoint(hwnd, bounds.right - 1, (bounds.top + bounds.bottom) / 2,
253 CheckPoint(hwnd, (bounds.left + bounds.right) / 2, bounds.bottom - 1,
273 bool CheckPoint(HWND hwnd, int x, int y, DockInfo::Type type) { function in class:__anon6661::DockToWindowFinder
/external/chromium_org/media/filters/
H A Dffmpeg_demuxer_unittest.cc93 MOCK_METHOD1(CheckPoint, void(int v));
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc449 struct CheckPoint { struct in class:google::protobuf::DescriptorPool::Tables
450 explicit CheckPoint(const Tables* tables) function in struct:google::protobuf::DescriptorPool::Tables::CheckPoint
470 vector<CheckPoint> checkpoints_;
576 checkpoints_.push_back(CheckPoint(this));
593 const CheckPoint& checkpoint = checkpoints_.back();

Completed in 124 milliseconds