HomeSort by relevance Sort by last modified time
    Searched defs:target_area (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/resources/
picture_layer_tiling_unittest.cc 267 int64 target_area = 100 * 200; local
269 in, target_area, bounds);
276 int64 target_area = 100 * 100; local
278 in, target_area, bounds);
289 int64 target_area = 200 * 200; local
291 in, target_area, bounds);
302 int64 target_area = 200 * 200; local
304 in, target_area, bounds);
311 int64 target_area = 200 * 200; local
313 in, target_area, bounds)
320 int64 target_area = 200 * 200; local
329 int64 target_area = 200 * 200; local
338 int64 target_area = 200 * 200; local
347 int64 target_area = 200 * 200; local
356 int64 target_area = 200 * 200; local
370 int64 target_area = 200 * 200; local
384 int64 target_area = 200 * 200; local
398 int64 target_area = 200 * 200; local
412 int64 target_area = 400 * 400; local
427 int64 target_area = 400 * 400; local
442 int64 target_area = 400 * 400; local
451 int64 target_area = 400 * 400; local
460 int64 target_area = 400 * 400; local
476 int64 target_area = 400 * 400; local
    [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 844 views::View* target_area = ( local
852 target_area->RemoveAllChildViews(false); // Don't delete child views.
853 target_area->AddChildView(target_place_holder);
857 views::View* target_area = ( local
865 if (target_contents->parent() != target_area) {
867 target_area->RemoveAllChildViews(false); // Don't delete child views.
868 target_area->AddChildView(target_contents);
    [all...]

Completed in 503 milliseconds