Searched refs:border_left (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/chrome/test/chromedriver/ |
H A D | element_util.cc | 185 int* border_left, 203 *border_left = border_left_tmp; 605 int border_left = -1; local 609 &border_left, &border_top); 612 region_offset.Offset(border_left, border_top); 181 GetElementBorder( const std::string& frame, WebView* web_view, const std::string& element_id, int* border_left, int* border_top) argument
|
/external/chromium_org/cc/test/ |
H A D | layer_tree_pixel_test.cc | 151 scoped_refptr<SolidColorLayer> border_left = CreateSolidColorLayer( local 167 layer->AddChild(border_left);
|
/external/chromium_org/chrome/test/webdriver/ |
H A D | webdriver_session.cc | 959 int border_left, border_top; local 961 frame_id, frame_element, &border_left, &border_top); 964 region_offset.Offset(border_left, border_top); 1013 int* border_left, 1025 base::StringToInt(border_left_str, border_left); 1011 GetElementBorder(const FrameId& frame_id, const ElementId& element, int* border_left, int* border_top) argument
|
H A D | webdriver_session.h | 269 int* border_left,
|
Completed in 74 milliseconds