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

  /external/webkit/Source/WebCore/inspector/front-end/
ProfilesPanel.js 28 WebInspector.ProfileType = function(id, name)
34 WebInspector.ProfileType.URLRegExp = /webkit-profile:\/\/(.+)\/(.+)#([0-9]+)/;
36 WebInspector.ProfileType.prototype = {
157 function clickHandler(profileType, buttonElement)
159 profileType.buttonClicked.call(profileType);
166 var profileType = this.getProfileType(typeId);
167 if (profileType.buttonStyle) {
168 var button = new WebInspector.StatusBarButton(profileType.buttonTooltip, profileType.buttonStyle, profileType.buttonCaption)
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 188 struct ProfileType
252 ProfileType m_sProfile;
    [all...]

Completed in 754 milliseconds