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

  /external/chromium_org/content/renderer/browser_plugin/
mock_browser_plugin.h 22 using BrowserPlugin::pending_damage_buffer_;
browser_plugin_browsertest.cc 188 // we observe an UpdateRect_ACK, with the |pending_damage_buffer_| reset,
202 EXPECT_TRUE(browser_plugin->pending_damage_buffer_.get());
205 // the same damage buffer. That should clear |pending_damage_buffer_|.
215 EXPECT_FALSE(browser_plugin->pending_damage_buffer_.get());
299 EXPECT_TRUE(browser_plugin->pending_damage_buffer_.get());
311 // received and has begun to use the |pending_damage_buffer_|.
316 EXPECT_EQ(NULL, browser_plugin->pending_damage_buffer_.get());
350 EXPECT_TRUE(browser_plugin->pending_damage_buffer_.get());
365 EXPECT_TRUE(browser_plugin->pending_damage_buffer_.get());
381 EXPECT_FALSE(browser_plugin->pending_damage_buffer_.get())
    [all...]
browser_plugin.cc 372 if (!pending_damage_buffer_)
    [all...]
browser_plugin.h 259 // Swaps out the |current_damage_buffer_| with the |pending_damage_buffer_|.
263 // allocates a new |pending_damage_buffer_| if in software rendering mode.
288 // Indicates whether the |pending_damage_buffer_| was used to copy over pixels
330 scoped_ptr<base::SharedMemory> pending_damage_buffer_; member in class:content::BrowserPlugin

Completed in 30 milliseconds