Searched defs:PaintManager (Results 1 - 5 of 5) sorted by path

/external/chromium_org/pdf/
H A Dpaint_manager.cc14 PaintManager::PaintManager(pp::Instance* instance, function in class:PaintManager
38 PaintManager::~PaintManager() {
42 pp::Size PaintManager::GetNewContextSize(const pp::Size& current_context_size,
76 void PaintManager::Initialize(pp::Instance* instance,
85 void PaintManager::SetSize(const pp::Size& new_size, float device_scale) {
99 void PaintManager::Invalidate() {
107 void PaintManager::InvalidateRect(const pp::Rect& rect) {
122 void PaintManager
[all...]
H A Dpaint_manager.h21 // Custom PaintManager for the PDF plugin. This is branched from the Pepper
28 class PaintManager { class
67 // PaintManager needs to handle the callback.
102 PaintManager(pp::Instance* instance, Client* client, bool is_always_opaque);
104 ~PaintManager();
147 PaintManager(const PaintManager&);
148 PaintManager& operator=(const PaintManager&);
173 pp::CompletionCallbackFactory<PaintManager> callback_factory
[all...]
/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_manager.cc14 PaintManager::PaintManager() function in class:pp::PaintManager
27 PaintManager::PaintManager(Instance* instance, function in class:pp::PaintManager
45 PaintManager::~PaintManager() {
48 void PaintManager::Initialize(Instance* instance,
57 void PaintManager::SetSize(const Size& new_size) {
67 void PaintManager::Invalidate() {
75 void PaintManager
[all...]
H A Dpaint_manager.h37 /// class MyClass : public pp::Instance, public PaintManager::Client {
53 /// // Implementation of PaintManager::Client
66 /// pp::PaintManager paint_manager_;
69 class PaintManager { class in namespace:pp
84 /// <code>PaintManager</code> needs to handle the callback.
107 /// Default constructor for creating an is_null() <code>PaintManager</code>
110 PaintManager();
112 /// A constructor to create a new <code>PaintManager</code> with an instance
140 PaintManager(Instance* instance, Client* client, bool is_always_opaque);
143 ~PaintManager();
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1164 milliseconds