HomeSort by relevance Sort by last modified time
    Searched defs:GetDisplayInfo (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/display/
display_manager_unittest.cc 84 const DisplayInfo& GetDisplayInfo(const gfx::Display& display) {
85 return display_manager()->GetDisplayInfo(display.id());
89 return GetDisplayInfo(display_manager()->GetDisplayAt(index));
97 return GetDisplayInfo(display_manager()->GetDisplayForId(id));
146 GetDisplayInfo(added()[0]).bounds_in_native().ToString());
169 GetDisplayInfo(added()[0]).bounds_in_native().ToString());
198 GetDisplayInfo(changed()[0]).bounds_in_native().ToString());
349 GetDisplayInfo(ScreenUtil::GetSecondaryDisplay()).
352 GetDisplayInfo(Shell::GetScreen()->GetPrimaryDisplay()).
    [all...]
display_manager.cc 127 DisplayInfo display_info = manager_->GetDisplayInfo(
392 display_info_list.push_back(GetDisplayInfo(iter->id()));
403 DisplayInfo info = GetDisplayInfo(iter->id());
414 DisplayInfo info = GetDisplayInfo(display_id);
431 DisplayInfo info = GetDisplayInfo(iter->id());
454 const DisplayInfo& display_info = GetDisplayInfo(display_id);
629 display_info_list.push_back(GetDisplayInfo(iter->id()));
713 GetDisplayInfo(current_display.id());
717 const DisplayInfo& new_display_info = GetDisplayInfo(new_display.id());
858 const DisplayInfo& DisplayManager::GetDisplayInfo(int64 display_id) const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmc.h 679 virtual HRESULT WINAPI GetDisplayInfo(SCOPEDATAITEM *pScopeDataItem) = 0;
693 HRESULT (WINAPI *GetDisplayInfo)(IComponentData *This,SCOPEDATAITEM *pScopeDataItem);
709 #define IComponentData_GetDisplayInfo(This,pScopeDataItem) (This)->lpVtbl->GetDisplayInfo(This,pScopeDataItem)
740 virtual HRESULT WINAPI GetDisplayInfo(RESULTDATAITEM *pResultDataItem) = 0;
754 HRESULT (WINAPI *GetDisplayInfo)(IComponent *This,RESULTDATAITEM *pResultDataItem);
770 #define IComponent_GetDisplayInfo(This,pResultDataItem) (This)->lpVtbl->GetDisplayInfo(This,pResultDataItem)
    [all...]

Completed in 88 milliseconds