HomeSort by relevance Sort by last modified time
    Searched defs:window_data (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_wimpvideo.c 250 int window_data[23]; local
251 int *window_block = window_data+1;
298 this->hidden->window_handle = window_data[0] = regs.r[0];
301 regs.r[1] = (unsigned int)window_data;
  /external/chromium_org/apps/
shell_window_geometry_cache.cc 156 const WindowData& window_data = window_data_it->second; local
159 if ((bounds && window_data.bounds.IsEmpty()) ||
160 (screen_bounds && window_data.screen_bounds.IsEmpty()) ||
161 (window_state && window_data.window_state == ui::SHOW_STATE_DEFAULT))
165 *bounds = window_data.bounds;
167 *screen_bounds = window_data.screen_bounds;
169 *window_state = window_data.window_state;
231 WindowData& window_data = extension_data[it.key()]; local
235 window_data.bounds.set_x(i);
237 window_data.bounds.set_y(i)
    [all...]

Completed in 238 milliseconds