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

  /external/webkit/Source/WebCore/inspector/
InspectorConsoleInstrumentation.h 98 inline void InspectorInstrumentation::addProfile(Page* page, RefPtr<ScriptProfile> profile, PassRefPtr<ScriptCallStack> callStack)
InspectorProfilerAgent.cpp 91 void InspectorProfilerAgent::addProfile(PassRefPtr<ScriptProfile> prpProfile, unsigned lineNumber, const String& sourceURL)
328 addProfile(profile, 0, String());
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 109 addProfile(mHidProfile, HidProfile.NAME,
132 addProfile(mA2dpProfile, A2dpProfile.NAME,
146 addProfile(mHeadsetProfile, HeadsetProfile.NAME,
172 private void addProfile(LocalBluetoothProfile profile,
  /packages/apps/Phone/src/com/android/phone/sip/
SipSettings.java 199 addProfile(profile);
394 private void addProfile(SipProfile p) throws IOException {

Completed in 123 milliseconds