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

/external/chromium_org/extensions/browser/api/app_current_window_internal/
H A Dapp_current_window_internal_api.cc196 bounds::BoundsType bounds_type = bounds::GetBoundsType(params->bounds_type); local
197 if (bounds_type == bounds::INVALID_TYPE) {
210 switch (bounds_type) {
262 bounds::BoundsType bounds_type = bounds::GetBoundsType(params->bounds_type); local
263 if (bounds_type != bounds::INNER_BOUNDS &&
264 bounds_type != bounds::OUTER_BOUNDS) {
282 if (bounds_type == bounds::OUTER_BOUNDS)

Completed in 68 milliseconds