Searched refs:positionVal (Results 1 – 10 of 10) sorted by relevance
244 CefPoint positionVal = position ? *position : CefPoint(); in overlay_controller_set_position() local247 CefOverlayControllerCppToC::Get(self)->SetPosition(positionVal); in overlay_controller_set_position()
430 CefPoint positionVal = position ? *position : CefPoint(); in view_set_position() local433 CefViewCppToC::Get(self)->SetPosition(positionVal); in view_set_position()
558 CefPoint positionVal = position ? *position : CefPoint(); in button_set_position() local562 ->SetPosition(positionVal); in button_set_position()
584 CefPoint positionVal = position ? *position : CefPoint(); in browser_view_set_position() local588 ->SetPosition(positionVal); in browser_view_set_position()
612 CefPoint positionVal = position ? *position : CefPoint(); in scroll_view_set_position() local616 ->SetPosition(positionVal); in scroll_view_set_position()
692 CefPoint positionVal = position ? *position : CefPoint(); in panel_set_position() local696 ->SetPosition(positionVal); in panel_set_position()
804 CefPoint positionVal = position ? *position : CefPoint(); in label_button_set_position() local808 ->SetPosition(positionVal); in label_button_set_position()
856 CefPoint positionVal = position ? *position : CefPoint(); in menu_button_set_position() local860 ->SetPosition(positionVal); in menu_button_set_position()
1013 CefPoint positionVal = position ? *position : CefPoint(); in textfield_set_position() local1017 ->SetPosition(positionVal); in textfield_set_position()
1313 CefPoint positionVal = position ? *position : CefPoint(); in window_set_position() local1317 ->SetPosition(positionVal); in window_set_position()