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

  /external/webkit/WebCore/bindings/js/
JSNavigatorCustom.cpp 49 JSC::JSValue WebCore::JSNavigator::isApplicationInstalled(JSC::ExecState* exec, JSC::ArgList const& args)
72 if (!m_impl->isApplicationInstalled(appName, callback.release()))
  /external/webkit/WebCore/bindings/v8/custom/
V8NavigatorCustom.cpp 78 INC_STATS("DOM.isApplicationInstalled()");
95 if (!navigator->isApplicationInstalled(toWebCoreString(args[0]), callback.release()))
  /external/webkit/WebCore/page/
Navigator.h 70 bool isApplicationInstalled(const String& name, PassRefPtr<ApplicationInstalledCallback> callback);
Navigator.idl 50 [Custom] void isApplicationInstalled(in DOMString applicationName, in ApplicationInstalledCallback callback);
Navigator.cpp 176 bool Navigator::isApplicationInstalled(const String& name, PassRefPtr<ApplicationInstalledCallback> callback)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ApkInstallManager.java 134 public boolean isApplicationInstalled(IProject project, String packageName, IDevice device) {
166 * <p/>This ensures that {@link #isApplicationInstalled(IProject, IDevice)} will always return
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java     [all...]

Completed in 114 milliseconds