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

  /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...]
  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.cc 114 scoped_ptr<DictionaryValue> window_data(new DictionaryValue());
115 if (SessionWindowToValue(*window, window_data.get())) {
116 window_data->SetString("sessionTag",
120 window_list->Append(window_data.release());
  /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 267 scoped_ptr<DictionaryValue> window_data(new DictionaryValue());
268 if (SessionWindowToValue(*window, window_data.get()))
269 window_list->Append(window_data.release());

Completed in 84 milliseconds