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/
app_window_geometry_cache.cc 165 const WindowData& window_data = window_data_it->second; local
168 if ((bounds && window_data.bounds.IsEmpty()) ||
169 (screen_bounds && window_data.screen_bounds.IsEmpty()) ||
170 (window_state && window_data.window_state == ui::SHOW_STATE_DEFAULT))
174 *bounds = window_data.bounds;
176 *screen_bounds = window_data.screen_bounds;
178 *window_state = window_data.window_state;
226 WindowData& window_data = extension_data[it.key()]; local
230 window_data.bounds.set_x(i);
232 window_data.bounds.set_y(i)
    [all...]

Completed in 91 milliseconds