HomeSort by relevance Sort by last modified time
    Searched full:observing (Results 1 - 25 of 321) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/PerformanceTests/Mutation/
append-child.html 8 var observing = false;
35 if (observing)
38 if (observing)
45 if (!observing) {
46 observing = true;
remove-child-deep.html 11 var observing = false;
28 if (observing)
31 if (observing)
52 if (!observing) {
53 observing = true;
remove-child.html 8 var observing = false;
25 if (observing)
28 if (observing)
49 if (!observing) {
51 observing = true;
append-child-deep.html 14 var observing = false;
38 if (observing)
41 if (observing)
48 if (!observing) {
49 observing = true;
inner-html.html 8 var observing = false;
40 if (!observing) {
42 observing = true;
  /external/chromium_org/chrome/browser/ui/app_list/
recommended_apps_observer.h 10 // An interface for observing RecommendedApps change.
  /external/chromium_org/chromeos/audio/
audio_pref_observer.h 16 // Interface for observing audio preference changes.
  /external/chromium_org/chromeos/dbus/
dbus_thread_manager_observer.h 12 // Interface for classes that are interested in observing changes to the
  /external/chromium_org/components/sync_driver/
data_type_manager_observer.h 12 // Various data type configuration events can be consumed by observing the
  /external/chromium_org/content/public/child/
resource_dispatcher_delegate.h 19 // Interface that allows observing request events and optionally replacing the
  /external/junit/src/junit/runner/
TestRunListener.java 3 * A listener interface for observing the
  /external/chromium_org/chrome/browser/chromeos/
upgrade_detector_chromeos.h 22 // Initializes the object. Starts observing changes from the update
26 // Shuts down the object. Stops observing observe changes from the
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_observer.h 8 // Various UI components such as the New Tab page can be driven by observing
  /external/chromium_org/chrome/browser/ui/search/
instant_tab.h 21 // Start observing |contents| for messages. Sends a message to determine if
  /external/chromium_org/content/renderer/
stats_collection_observer.cc 28 // Stop observing so we don't get called again.
  /frameworks/base/core/java/android/print/
ILayoutResultCallback.aidl 23 * Callback for observing the result of android.print.PrintAdapter#onLayout.
IPrintDocumentAdapterObserver.aidl 20 * Interface for observing the state of a print document adapter.
IPrintJobStateChangeListener.aidl 22 * Interface for observing print job state changes.
IPrinterDiscoveryObserver.aidl 24 * Interface for observing discovered printers by a discovery session.
IWriteResultCallback.aidl 23 * Callback for observing the result of android.print.DocuemntAdapter#onWrite.
  /packages/apps/Mms/src/com/android/mms/transaction/
Observer.java 21 * An interface for observing the state of a Transaction.
  /external/chromium_org/chrome/browser/ssl/
ssl_client_auth_observer.h 35 // Begins observing notifications from other SSLClientAuthHandler instances.
41 // Stops observing notifications. We will no longer act on client auth
  /external/chromium_org/net/base/
net_log_logger.h 35 // Starts observing specified NetLog. Must not already be watching a NetLog.
39 // Stops observing net_log(). Must already be watching.
  /external/chromium_org/chromeos/network/
network_change_notifier_chromeos.h 28 // Starts observing changes from the network state handler.
31 // Stops observing changes from the network state handler.
  /external/chromium_org/chrome/browser/android/
recently_closed_tabs_bridge.h 58 // TabRestoreService that we are observing.

Completed in 702 milliseconds

1 2 3 4 5 6 7 8 91011>>