Searched defs:DisplayInfo (Results 1 - 7 of 7) sorted by last modified time

/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js3914 chrome.system.display.DisplayInfo = function() {};
3918 chrome.system.display.DisplayInfo.prototype.id;
3922 chrome.system.display.DisplayInfo.prototype.name;
3926 chrome.system.display.DisplayInfo.prototype.mirroringSourceId;
3930 chrome.system.display.DisplayInfo.prototype.isPrimary;
3934 chrome.system.display.DisplayInfo.prototype.isInternal;
3938 chrome.system.display.DisplayInfo.prototype.isEnabled;
3942 chrome.system.display.DisplayInfo.prototype.dpiX;
3946 chrome.system.display.DisplayInfo.prototype.dpiY;
3950 chrome.system.display.DisplayInfo
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/extensions/browser/api/system_display/
H A Ddisplay_info_provider.h29 DisplayInfo; typedef in namespace:extensions
54 DisplayInfo GetAllDisplaysInfo();
H A Dsystem_display_api.cc25 DisplayInfo; typedef in namespace:extensions
28 DisplayInfo all_displays_info =
/external/chromium_org/ash/display/
H A Ddisplay_info.cc84 DisplayInfo DisplayInfo::CreateFromSpec(const std::string& spec) {
89 void DisplayInfo::SetUse125DSFForUIScaling(bool enable) {
94 DisplayInfo DisplayInfo::CreateFromSpecWithID(const std::string& spec,
191 DisplayInfo display_info(
212 DisplayInfo::DisplayInfo() function in class:ash::DisplayInfo
226 DisplayInfo::DisplayInfo(int6 function in class:ash::DisplayInfo
[all...]
H A Ddisplay_info.h41 // DisplayInfo contains metadata for each display. This is used to
45 class ASH_EXPORT DisplayInfo { class in namespace:ash
47 // Creates a DisplayInfo from string spec. 100+200-1440x800 creates display
82 static DisplayInfo CreateFromSpec(const std::string& spec);
84 // Creates a DisplayInfo from string spec using given |id|.
85 static DisplayInfo CreateFromSpecWithID(const std::string& spec,
88 DisplayInfo();
89 DisplayInfo(int64 id, const std::string& name, bool has_overscan);
90 ~DisplayInfo();
157 void Copy(const DisplayInfo
[all...]
/external/chromium_org/ash/test/
H A Ddisplay_manager_test_api.cc19 typedef DisplayInfo DisplayInfo; typedef in namespace:ash::test
20 typedef std::vector<DisplayInfo> DisplayInfoList;
24 std::vector<DisplayInfo> CreateDisplayInfoListFromString(
27 std::vector<DisplayInfo> display_info_list;
37 DisplayInfo::CreateFromSpecWithID(*iter, id));
51 std::vector<DisplayInfo> display_info_list =
55 const DisplayInfo& display_info = display_info_list[i];
70 for (std::vector<DisplayInfo>::iterator iter = display_info_list.begin();

Completed in 146 milliseconds