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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
TabObserver.java 18 * @param tab The notifying {@link Tab}.
24 * @param tab The notifying {@link Tab}.
30 * @param tab The notifying {@link Tab}.
43 * @param tab The notifying {@link Tab}.
49 * @param tab The notifying {@link Tab}.
55 * @param tab The notifying {@link Tab}.
61 * @param tab The notifying {@link Tab}.
67 * @param tab The notifying {@link Tab}.
76 * @param tab The notifying {@link Tab}.
90 * @param tab The notifying {@link Tab}
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
settings_api_bubble_helper_views.h 18 // Shows a bubble notifying the user that the homepage is controlled by an
23 // Shows a bubble notifying the user that the search engine is controlled by an
31 // Shows a bubble notifying the user that the new tab page is controlled by an
  /external/chromium_org/chrome/browser/chromeos/
upgrade_detector_chromeos.h 40 // elapsed) that lets the rest of the UI know we should start notifying the
45 // has passed and we should start notifying the user.
  /external/chromium_org/content/browser/renderer_host/input/
selection_event_type_list.h 9 // for notifying Java when the renderer selection has changed.
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.h 55 // notifying the user.
62 // elapsed) that lets the rest of the UI know we should start notifying the
79 // has passed and we should start notifying the user.
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier.cc 77 // Need to ensure that all criteria are met before notifying observers.
79 DVLOG(1) << "Notifying observer of state change.";
104 // prevents the notifier from notifying the observer if the notifier was never
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_notify_session_chromeos.cc 68 if (!properties || !properties->notifying.value())
127 if (property_name == properties->notifying.name() &&
128 !properties->notifying.value())
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_characteristic_client.cc 189 if (heart_rate_measurement_properties_->notifying.value()) {
191 "Characteristic already notifying");
195 heart_rate_measurement_properties_->notifying.ReplaceValue(true);
220 if (!heart_rate_measurement_properties_->notifying.value()) {
221 error_callback.Run("org.bluez.Error.Failed", "Not notifying");
225 heart_rate_measurement_properties_->notifying.ReplaceValue(false);
375 // Don't send updates if the characteristic is not notifying.
376 if (!heart_rate_measurement_properties_->notifying.value())
  /external/chromium_org/chrome/browser/extensions/
shared_user_script_master.h 51 // and notifying renderers of scripts in shared memory.
declarative_user_script_master.h 55 // and notifying renderers of script updates.
  /external/chromium_org/chrome/browser/ui/views/frame/
web_contents_close_handler.h 13 // WebContentsCloseHandler handles notifying its delegate at the right time
  /external/chromium_org/net/cert/
cert_database_android.cc 44 // every SSLClientAuthCache is dumped as part of notifying
  /external/chromium_org/remoting/protocol/
monitored_video_stub.h 20 // MonitoredVideoStub is responsible for notifying the event handler if no
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
VideoTrack.h 25 // Set selected to false without notifying the owner media element. Used when
  /external/chromium_org/base/android/java/src/org/chromium/base/
MemoryPressureListener.java 99 // method is called. Notifying these will simulate the event at the App/Activity level
107 // method is called. Notifying these will simulate the event at the App/Activity level
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
javascript_app_modal_dialog.h 60 // Used only for testing. The dialog will use the given text when notifying
94 // used when notifying the delegate, if |use_override_prompt_text_| is true.
  /external/chromium_org/mojo/common/
message_pump_mojo.h 101 // uniqueness while notifying. That is, while notifying expired timers we copy
  /external/smack/src/org/jivesoftware/smackx/packet/
MessageEvent.java 101 * @return true if the sender is requesting to be notified when composing or when notifying
113 * @return true if the sender is requesting to be notified when delivered or when notifying
125 * @return true if the sender is requesting to be notified when displayed or when notifying
137 * @return true if the sender is requesting to be notified when offline or when notifying
197 * notifying that the receiver of the message is composing a reply
210 * notifying that the message was delivered
223 * notifying that the message was displayed
236 * notifying that the receiver of the message is offline
  /external/chromium_org/chrome/browser/download/
download_ui_controller.h 14 // notifying the UI when a new download should be displayed in the UI.
  /external/chromium_org/chrome/browser/plugins/
plugin_status_pref_setter.h 33 // Binds the preferences in the profile's PrefService, notifying |observer| if
  /external/chromium_org/chrome/browser/ui/search_engines/
search_engine_tab_helper.h 51 // Delegate for notifying our owner about stuff. Not owned by us.
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.h 24 // with a link to import bookmarks. Clicking the link results in notifying the
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player_scripts.js 9 // Hack for polymer, notifying that CSP is enabled here.
  /frameworks/base/services/core/java/com/android/server/job/controllers/
StateController.java 28 * These are solely responsible for tracking a list of jobs, and notifying the JM when these
  /external/chromium_org/mojo/public/cpp/utility/
run_loop.h 80 // should be checked prior to notifying.
126 // uniqueness while notifying. That is, while notifying expired timers we copy

Completed in 998 milliseconds

1 2 3 4 5 6 7 8 91011>>