OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isApplicationInstalled
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/bindings/js/
JSNavigatorCustom.cpp
73
JSC::JSValue WebCore::JSNavigator::
isApplicationInstalled
(JSC::ExecState* exec)
96
if (!m_impl->
isApplicationInstalled
(appName, callback.release()))
/external/webkit/Source/WebCore/page/
Navigator.idl
50
[Custom] void
isApplicationInstalled
(in DOMString applicationName, in ApplicationInstalledCallback callback);
Navigator.h
76
bool
isApplicationInstalled
(const String& name, PassRefPtr<ApplicationInstalledCallback> callback);
Navigator.cpp
185
bool Navigator::
isApplicationInstalled
(const String& name, PassRefPtr<ApplicationInstalledCallback> callback)
/external/webkit/Source/WebCore/bindings/v8/custom/
V8NavigatorCustom.cpp
90
INC_STATS("DOM.
isApplicationInstalled
()");
107
if (!navigator->
isApplicationInstalled
(toWebCoreString(args[0]), callback.release()))
/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 119 milliseconds