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

  /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...]
  /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/chrome/browser/ui/webui/ntp/
foreign_session_handler.cc 270 scoped_ptr<base::DictionaryValue> window_data(
272 if (SessionWindowToValue(*window, window_data.get()))
273 window_list->Append(window_data.release());

Completed in 101 milliseconds