Searched defs:onAttach (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
H A Dbackground.js7 onAttach.bind(null, tab.id));
12 function onAttach(tabId) { function
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/
H A Dbackground.js19 chrome.debugger.attach(debuggeeId, version, onAttach.bind(null, debuggeeId));
24 function onAttach(debuggeeId) { function
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DAudioMenuFragment.java139 public void onAttach(Activity activity) { method in class:AudioMenuFragment
140 super.onAttach(activity);
H A DVideoMenuFragment.java119 public void onAttach(Activity activity) { method in class:VideoMenuFragment
120 super.onAttach(activity);
H A DSettingsMenuFragment.java107 public void onAttach(Activity activity) { method in class:SettingsMenuFragment
108 super.onAttach(activity);
H A DMainMenuFragment.java86 public void onAttach(Activity activity) { method in class:MainMenuFragment
87 super.onAttach(activity);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDialogFragmentTest.java42 "onAttach",
61 "onAttach",
176 public void onAttach(Activity activity) { method in class:DialogFragmentTest.TestDialogFragment
177 transcript.add("onAttach");
179 super.onAttach(activity);
H A DTestFragment.java36 public void onAttach(Activity activity) { method in class:TestFragment
39 transcript.add("onAttach");
/external/chromium_org/extensions/renderer/resources/
H A Dweb_view.js754 WebViewInternal.prototype.onAttach = function(storagePartitionId) {
826 // set via this.onAttach().
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 212 milliseconds