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

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcandidate_window_controller_impl.cc136 const gfx::Rect& last_location = local
138 const int delta_y = abs(last_location.y() - cursor_location.y);
139 if ((last_location.x() == cursor_location.x) &&
/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/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp2478 unsigned last_location = unsigned(~0); local
2491 if (location != last_location) {
2544 last_location = location;
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp2478 unsigned last_location = unsigned(~0); local
2491 if (location != last_location) {
2544 last_location = location;
/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...]
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc6494 static const char* last_location; variable
6497 if (last_location == NULL) {
6498 last_location = location;
6513 last_location = NULL;
6518 CHECK_NE(last_location, NULL);
6542 last_location = NULL;
16017 last_location = last_message = NULL;
16020 CHECK_NE(NULL, last_location);
17857 last_location = last_message = NULL;
17859 CHECK_EQ(last_location, NUL
[all...]

Completed in 273 milliseconds