Searched defs:last_location (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc1342 const gfx::Rect& last_location = local
1344 const int delta_y = abs(last_location.y() - y);
1345 if ((last_location.x() == x) && (delta_y <= kKeepPositionThreshold)) {
/external/v8/test/cctest/
H A Dtest-api.cc4961 static const char* last_location; variable
4964 if (last_location == NULL) {
4965 last_location = location;
4980 last_location = NULL;
4984 CHECK_NE(last_location, NULL);
5008 last_location = NULL;
14991 last_location = last_message = NULL;
14993 CHECK_EQ(last_location, NULL);
15025 last_location = last_message = NULL;
15028 CHECK_NE(last_location, NUL
[all...]

Completed in 62 milliseconds