Searched refs:temp_width (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dautomation_extension.cc18 int temp_width, temp_height; local
19 return GetWindowInfo(x, y, &temp_width, &temp_height);
63 int temp_x, temp_y, temp_width, temp_height; local
68 !dict->GetInteger("width", &temp_width) ||
74 *width = temp_width;
/external/libyuv/files/source/
H A Drow_posix.cc1948 intptr_t temp_width = static_cast<intptr_t>(width); local
1962 "+r"(temp_width) // %2
1974 intptr_t temp_width = static_cast<intptr_t>(width); local
1993 "+r"(temp_width) // %2
2010 intptr_t temp_width = static_cast<intptr_t>(width); local
2028 "+r"(temp_width) // %3
2045 intptr_t temp_width = static_cast<intptr_t>(width); local
2059 "+r"(temp_width) // %2
/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager.cc130 GLsizei temp_width = 0; variable
133 target_, level_, &temp_width, &temp_height);
134 return temp_width;
138 GLsizei temp_width = 0; variable
141 target_, level_, &temp_width, &temp_height);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.cc1061 int temp_width = 0; local
1063 temp_width = menu_item->GetMaxIconViewWidth();
1065 temp_width = menu_item->icon_view()->GetPreferredSize().width();
1067 width = std::max(width, temp_width);

Completed in 161 milliseconds