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

  /external/opencore/protocols/rtsp_parcom/src/
rtsp_transport.h 28 typedef enum { AVP_PROFILE, TCP_PROFILE, UNKNOWN_PROFILE } ProfileType;
34 ProfileType profile;
  /external/webkit/WebCore/inspector/front-end/
ProfilesPanel.js 28 WebInspector.ProfileType = function(id, name)
34 WebInspector.ProfileType.URLRegExp = /webkit-profile:\/\/(.+)\/(.+)#([0-9]+)/;
36 WebInspector.ProfileType.prototype = {
136 function clickHandler(profileType, buttonElement)
138 profileType.buttonClicked.call(profileType);
145 var profileType = this.getProfileType(typeId);
146 if (profileType.buttonStyle) {
147 var button = new WebInspector.StatusBarButton(profileType.buttonTooltip, profileType.buttonStyle, profileType.buttonCaption)
    [all...]

Completed in 34 milliseconds