Home
last modified time | relevance | path

Searched refs:window_data (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/apps/
Dshell_window_geometry_cache.cc165 const WindowData& window_data = window_data_it->second; in GetGeometry() local
168 if ((bounds && window_data.bounds.IsEmpty()) || in GetGeometry()
169 (screen_bounds && window_data.screen_bounds.IsEmpty()) || in GetGeometry()
170 (window_state && window_data.window_state == ui::SHOW_STATE_DEFAULT)) in GetGeometry()
174 *bounds = window_data.bounds; in GetGeometry()
176 *screen_bounds = window_data.screen_bounds; in GetGeometry()
178 *window_state = window_data.window_state; in GetGeometry()
240 WindowData& window_data = extension_data[it.key()]; in LoadGeometryFromStorage() local
244 window_data.bounds.set_x(i); in LoadGeometryFromStorage()
246 window_data.bounds.set_y(i); in LoadGeometryFromStorage()
[all …]
/external/chromium/chrome/browser/ui/webui/
Dforeign_session_handler.cc114 scoped_ptr<DictionaryValue> window_data(new DictionaryValue()); in HandleGetForeignSessions() local
115 if (SessionWindowToValue(*window, window_data.get())) { in HandleGetForeignSessions()
116 window_data->SetString("sessionTag", in HandleGetForeignSessions()
120 window_list->Append(window_data.release()); in HandleGetForeignSessions()
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
DSDL_wimpvideo.c250 int window_data[23]; in WIMP_SetupWindow() local
251 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()
/external/chromium_org/chrome/browser/ui/webui/ntp/
Dforeign_session_handler.cc268 scoped_ptr<DictionaryValue> window_data(new DictionaryValue()); in HandleGetForeignSessions() local
269 if (SessionWindowToValue(*window, window_data.get())) in HandleGetForeignSessions()
270 window_list->Append(window_data.release()); in HandleGetForeignSessions()