Searched refs:window_data (Results 1 – 3 of 3) sorted by relevance
162 const WindowData& window_data = window_data_it->second; in GetGeometry() local165 if ((bounds && window_data.bounds.IsEmpty()) || in GetGeometry()166 (screen_bounds && window_data.screen_bounds.IsEmpty()) || in GetGeometry()167 (window_state && window_data.window_state == ui::SHOW_STATE_DEFAULT)) in GetGeometry()171 *bounds = window_data.bounds; in GetGeometry()173 *screen_bounds = window_data.screen_bounds; in GetGeometry()175 *window_state = window_data.window_state; in GetGeometry()223 WindowData& window_data = extension_data[it.key()]; in LoadGeometryFromStorage() local227 window_data.bounds.set_x(i); in LoadGeometryFromStorage()229 window_data.bounds.set_y(i); in LoadGeometryFromStorage()[all …]
250 int window_data[23]; in WIMP_SetupWindow() local251 int *window_block = window_data+1; in WIMP_SetupWindow()298 this->hidden->window_handle = window_data[0] = regs.r[0]; in WIMP_SetupWindow()301 regs.r[1] = (unsigned int)window_data; in WIMP_SetupWindow()
270 scoped_ptr<base::DictionaryValue> window_data( in HandleGetForeignSessions() local272 if (SessionWindowToValue(*window, window_data.get())) in HandleGetForeignSessions()273 window_list->Append(window_data.release()); in HandleGetForeignSessions()