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

  /external/chromium_org/chrome/browser/ui/views/
validation_message_bubble_delegate.h 24 static const int kWindowMaxWidth;
validation_message_bubble_delegate_unittest.cc 29 EXPECT_GE(ValidationMessageBubbleDelegate::kWindowMaxWidth,
46 EXPECT_GE(ValidationMessageBubbleDelegate::kWindowMaxWidth,
validation_message_bubble_delegate.cc 16 const int ValidationMessageBubbleDelegate::kWindowMaxWidth = 256;
44 int max_available = kWindowMaxWidth - text_start_x - kPadding;

Completed in 48 milliseconds