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

  /external/chromium_org/apps/
shell_window_geometry_cache_unittest.cc 207 cache_->SaveGeometry(extension_id, window_id, bounds, screen_bounds, state);
258 // Tests that we won't do writes to the state store for SaveGeometry calls
280 cache_->SaveGeometry(extension_id, kWindowId, bounds1,
287 cache_->SaveGeometry(extension_id, kWindowId, bounds2,
294 cache_->SaveGeometry(extension_id, kWindowId, bounds2,
301 cache_->SaveGeometry(extension_id, kWindowId, bounds2,
309 cache_->SaveGeometry(extension_id, kWindowId, bounds2_duplicate,
325 cache_->SaveGeometry(extension_id, window_id, bounds,
shell_window_geometry_cache.h 80 void SaveGeometry(const std::string& extension_id,
108 // to SaveGeometry. (Note that even if this is set to 0, you still need to
shell_window_geometry_cache.cc 49 void ShellWindowGeometryCache::SaveGeometry(
shell_window.cc 754 cache->SaveGeometry(extension()->id(),

Completed in 47 milliseconds