Searched defs:GetBackground (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/
H A Dsession_state_animator_impl.cc33 aura::Window* GetBackground() { function in namespace:ash::__anon2070
572 return !GetBackground()->IsVisible();
577 GetBackground()->layer()->GetAnimator());
579 GetBackground()->Show();
584 GetBackground()->layer()->GetAnimator());
586 GetBackground()->Hide();
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp947 void CPDF_RenderContext::GetBackground(CFX_DIBitmap* pBuffer, const CPDF_PageObject* pObj, function in class:CPDF_RenderContext
1393 m_pContext->GetBackground(&buffer, m_pObject, NULL, &m_Matrix);
1464 m_pContext->GetBackground(m_pBitmapDevice->GetBitmap(), m_pObject, pOptions, &m_Matrix);

Completed in 92 milliseconds