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

  /external/chromium_org/chrome/common/extensions/permissions/
socket_permission_data.h 34 enum HostType {
58 HostType GetHostType() const;
  /external/chromium_org/cc/trees/
occlusion_tracker_unittest.cc 136 typedef FakeLayerTreeHost HostType;
147 static LayerPtrType CreateLayer(HostType* host) { return Layer::Create(); }
148 static ContentLayerPtrType CreateContentLayer(HostType* host) {
169 typedef LayerTreeImpl HostType;
180 static LayerPtrType CreateLayer(HostType* host) {
183 static ContentLayerPtrType CreateContentLayer(HostType* host) {
216 typename Types::HostType* GetHost();
    [all...]

Completed in 58 milliseconds