Lines Matching refs:mpContentWindow
126 mpContentWindow(pContentWindow) in AccessibleSlideSorterView()
239 if (mpContentWindow != NULL) in getAccessibleParent()
241 ::Window* pParent = mpContentWindow->GetAccessibleParentWindow(); in getAccessibleParent()
336 if (mpContentWindow!=NULL) in getAccessibleStateSet()
338 if (mpContentWindow->IsVisible()) in getAccessibleStateSet()
340 if (mpContentWindow->IsReallyVisible()) in getAccessibleStateSet()
468 if (mpContentWindow != NULL) in getBounds()
470 const Point aPosition (mpContentWindow->GetPosPixel()); in getBounds()
471 const Size aSize (mpContentWindow->GetOutputSizePixel()); in getBounds()
491 if (mpContentWindow != NULL) in getLocation()
493 const Point aPosition (mpContentWindow->GetPosPixel()); in getLocation()
539 if (mpContentWindow != NULL) in getSize()
541 const Size aOutputSize (mpContentWindow->GetOutputSizePixel()); in getSize()
558 if (mpContentWindow) in grabFocus()
559 mpContentWindow->GrabFocus(); in grabFocus()