HomeSort by relevance Sort by last modified time
    Searched refs:profileCallback (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ConsoleCustom.cpp 87 v8::Handle<v8::Value> V8Console::profileCallback(const v8::Arguments& args)
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfiledWebView.java 25 import com.test.tilebenchmark.ProfileActivity.ProfileCallback;
33 private ProfileCallback mCallback;
75 public void startScrollTest(ProfileCallback callback, boolean autoScrolling) {
166 mCallback.profileCallback(data);
ProfileActivity.java 52 public interface ProfileCallback {
53 public void profileCallback(RunData data);
64 ProfileCallback mCallback;
214 setCallback(new ProfileCallback() {
217 public void profileCallback(RunData data) {
295 public void setCallback(ProfileCallback callback) {
  /frameworks/base/tests/TileBenchmark/tests/src/com/test/tilebenchmark/
PerformanceTest.java 19 import com.test.tilebenchmark.ProfileActivity.ProfileCallback;
149 mActivity.setCallback(new ProfileCallback() {
151 public void profileCallback(RunData data) {
  /external/webkit/Source/WebCore/inspector/front-end/
ProfileView.js 84 function profileCallback(error, profile)
99 ProfilerAgent.getProfile(this.profile.typeId, this.profile.uid, profileCallback);
DetailedHeapshotView.js 480 this._loadProfile(this._profileUid, profileCallback.bind(this));
482 function profileCallback()
    [all...]
HeapSnapshotView.js 97 this._loadProfile(this.profile, profileCallback.bind(this));
99 function profileCallback(profile)
    [all...]

Completed in 223 milliseconds