Home
last modified time | relevance | path

Searched refs:drawing_model (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_mac.mm200 NPDrawingModel drawing_model = instance()->drawing_model();
201 switch (drawing_model) {
217 if (drawing_model == NPDrawingModelCoreAnimation) {
536 if (instance()->drawing_model() == NPDrawingModelInvalidatingCoreAnimation)
666 if (instance()->drawing_model() == NPDrawingModelCoreAnimation) {
Dplugin_instance.h110 NPDrawingModel drawing_model() { return drawing_model_; } in drawing_model() function
Dplugin_host.cc776 *reinterpret_cast<int*>(value) = plugin->drawing_model(); in NPN_GetValue()