Searched defs:ApplyTo (Results 1 – 2 of 2) sorted by relevance
59 void ApplyTo(CefRefPtr<CefPanel> panel) { in ApplyTo() function66 void ApplyTo(CefRefPtr<CefLabelButton> label_button) { in ApplyTo() function78 void ApplyTo(CefRefPtr<CefTextfield> textfield) { in ApplyTo() function86 void ApplyTo(CefRefPtr<CefMenuModel> menu_model) { in ApplyTo() function
1044 int32_t ApplyTo(uint32_t value) { return IsPlus() ? value : -value; } in ApplyTo() function