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

  /external/chromium_org/content/browser/compositor/
delegated_frame_host.h 65 virtual bool ShouldCreateResizeLock();
123 bool ShouldCreateResizeLockForTesting() { return ShouldCreateResizeLock(); }
140 bool ShouldCreateResizeLock();
delegated_frame_host.cc 33 bool DelegatedFrameHostClient::ShouldCreateResizeLock() {
43 return GetDelegatedFrameHost()->ShouldCreateResizeLock();
92 if (!client_->ShouldCreateResizeLock())
111 bool DelegatedFrameHost::ShouldCreateResizeLock() {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 239 virtual bool ShouldCreateResizeLock() OVERRIDE {
    [all...]

Completed in 183 milliseconds