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

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dautomation_extension.cc34 int temp_width, temp_height; local
35 return GetWindowInfo(x, y, &temp_width, &temp_height);
82 int temp_width = 0; local
87 !dict->GetInteger("width", &temp_width) ||
93 *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.cc146 GLsizei temp_width = 0; variable
149 target_, level_, &temp_width, &temp_height);
150 return temp_width;
154 GLsizei temp_width = 0; variable
157 target_, level_, &temp_width, &temp_height);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.cc1055 int temp_width = 0; local
1062 temp_width = menu_item->GetMaxIconViewWidth();
1064 temp_width = menu_item->icon_view()->GetPreferredSize().width();
1066 width = std::max(width, temp_width);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_posix.cc2967 intptr_t temp_width = (intptr_t)(width); local
2981 "+r"(temp_width) // %2
2996 intptr_t temp_width = (intptr_t)(width); local
3015 "+r"(temp_width) // %2
3035 intptr_t temp_width = (intptr_t)(width); local
3054 "+r"(temp_width) // %3
3074 intptr_t temp_width = (intptr_t)(width); local
3089 "+r"(temp_width) // %2
/external/chromium_org/third_party/libyuv/source/
H A Drow_posix.cc2967 intptr_t temp_width = (intptr_t)(width); local
2981 "+r"(temp_width) // %2
2996 intptr_t temp_width = (intptr_t)(width); local
3015 "+r"(temp_width) // %2
3035 intptr_t temp_width = (intptr_t)(width); local
3054 "+r"(temp_width) // %3
3074 intptr_t temp_width = (intptr_t)(width); local
3089 "+r"(temp_width) // %2

Completed in 1811 milliseconds