OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BackingStoreGtk
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/renderer_host/
backing_store_gtk.h
26
class CONTENT_EXPORT
BackingStoreGtk
: public BackingStore {
31
BackingStoreGtk
(RenderWidgetHost* widget,
38
BackingStoreGtk
(RenderWidgetHost* widget, const gfx::Size& size);
40
virtual ~
BackingStoreGtk
();
102
DISALLOW_COPY_AND_ASSIGN(
BackingStoreGtk
);
backing_store_gtk.cc
246
BackingStoreGtk
::
BackingStoreGtk
(RenderWidgetHost* widget,
281
BackingStoreGtk
::
BackingStoreGtk
(RenderWidgetHost* widget,
296
BackingStoreGtk
::~
BackingStoreGtk
() {
306
size_t
BackingStoreGtk
::MemorySize() {
313
void
BackingStoreGtk
::PaintRectWithoutXrender(
344
void
BackingStoreGtk
::PaintToBackingStore(
516
bool
BackingStoreGtk
::CopyFromBackingStore(const gfx::Rect& rect
[
all
...]
render_widget_host_view_gtk.cc
[
all
...]
render_widget_host_impl.cc
742
(static_cast<
BackingStoreGtk
*>(backing_store))->PaintToRect(
[
all
...]
Completed in 32 milliseconds