Home
last modified time | relevance | path

Searched defs:text_box (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skottie/src/
DSkottieTest.cpp536 const auto text_box = SkRect::MakeXYWH(100, 100, 1000, 1000); // large-enough to avoid breaks. in DEF_TEST() local
599 const auto text_box = SkRect::MakeWH(100, 100); in DEF_TEST() local
691 const auto text_box = SkRect::MakeWH(100, 100); in DEF_TEST() local
/third_party/cef/tests/cefclient/browser/
Ddialog_handler_gtk.cc418 GtkWidget* text_box = gtk_entry_new(); in OnJSDialogContinue() local