Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dviews_style.cc59 void ApplyTo(CefRefPtr<CefPanel> panel) { in ApplyTo() function
66 void ApplyTo(CefRefPtr<CefLabelButton> label_button) { in ApplyTo() function
78 void ApplyTo(CefRefPtr<CefTextfield> textfield) { in ApplyTo() function
86 void ApplyTo(CefRefPtr<CefMenuModel> menu_model) { in ApplyTo() function
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h1044 int32_t ApplyTo(uint32_t value) { return IsPlus() ? value : -value; } in ApplyTo() function