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

  /external/chromium_org/extensions/browser/app_window/
size_constraints.cc 14 : maximum_size_(kUnboundedSize, kUnboundedSize) {}
27 size_constraints.width() == kUnboundedSize
28 ? kUnboundedSize
30 size_constraints.height() == kUnboundedSize
31 ? kUnboundedSize
37 if (max_size.width() != kUnboundedSize)
39 if (max_size.height() != kUnboundedSize)
47 return min_size.width() != kUnboundedSize ||
48 min_size.height() != kUnboundedSize;
    [all...]
size_constraints.h 20 enum { kUnboundedSize = 0 };
app_window.cc 73 if (value != SizeConstraints::kUnboundedSize)
    [all...]
  /external/chromium_org/extensions/browser/api/app_current_window_internal/
app_current_window_internal_api.cc 56 const int kUnboundedSize = SizeConstraints::kUnboundedSize;
79 : kUnboundedSize);
89 : kUnboundedSize);

Completed in 255 milliseconds