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

/external/chromium_org/content/public/browser/
H A Ddesktop_media_id.h23 struct CONTENT_EXPORT DesktopMediaID { struct in namespace:content
34 // Assigns integer identifier to the |window| and returns DesktopMediaID of
36 static DesktopMediaID RegisterAuraWindow(aura::Window* window);
38 // For DesktopMediaID of type TYPE_AURA_WINDOW returns the |window| that was
40 static aura::Window* GetAuraWindowById(const DesktopMediaID& id);
43 static DesktopMediaID Parse(const std::string& str);
45 DesktopMediaID() function in struct:content::DesktopMediaID
49 DesktopMediaID(Type type, Id id) function in struct:content::DesktopMediaID
54 // Operators so that DesktopMediaID can be used with STL containers.
55 bool operator<(const DesktopMediaID
[all...]

Completed in 163 milliseconds