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

  /external/webkit/Source/WebCore/platform/android/
PackageNotifier.cpp 27 #include "PackageNotifier.h"
36 PackageNotifier::PackageNotifier()
37 : m_onResultAvailable(0), m_isInitialized(false), m_timer(this, &PackageNotifier::timerFired) { }
39 void PackageNotifier::setOnResultAvailable(Callback callback)
44 void PackageNotifier::addPackageNames(const HashSet<String>& packageNames)
57 void PackageNotifier::addPackageName(const String& packageName)
63 void PackageNotifier::removePackageName(const String& packageName)
69 void PackageNotifier::requestPackageResult()
77 void PackageNotifier::timerFired(Timer<PackageNotifier>*
    [all...]
PackageNotifier.h 40 class PackageNotifier {
41 WTF_MAKE_NONCOPYABLE(PackageNotifier);
43 PackageNotifier();
56 void timerFired(Timer<PackageNotifier>*);
62 Timer<PackageNotifier> m_timer;
65 PackageNotifier& packageNotifier();
  /external/webkit/Source/WebCore/page/
Navigator.cpp 51 #include "PackageNotifier.h"
193 packageNotifier().requestPackageResult();
201 m_applicationInstalledCallback->handleEvent(packageNotifier().isPackageInstalled(m_applicationNameQuery));
Page.cpp 95 #include "PackageNotifier.h"
187 packageNotifier().setOnResultAvailable(onPackageResultAvailable);
  /external/webkit/Source/WebKit/android/jni/
JavaBridge.cpp 38 #include "PackageNotifier.h"
453 packageNotifier().addPackageNames(namesSet);
462 packageNotifier().addPackageName(jstringToWtfString(env, packageName));
467 packageNotifier().removePackageName(jstringToWtfString(env, packageName));
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 52 #include "PackageNotifier.h"
    [all...]

Completed in 426 milliseconds