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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/search_engines/
template_url_model_observer.h 9 // TemplateURLModelObserver is notified whenever the set of TemplateURLs
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
TestSuiteReference.java 54 * @param notified the {@link IVisitsTestTrees} to send test info too
56 public void sendTree(IVisitsTestTrees notified) {
57 notified.visitTreeEntry(getIdentifier(), true, countTestCases());
59 ref.sendTree(notified);
TestCaseReference.java 62 * @param notified the {@link IVisitsTestTrees} to send test info to
64 public void sendTree(IVisitsTestTrees notified) {
65 notified.visitTreeEntry(getIdentifier(), false, countTestCases());
TestCollector.java 106 * @param notified the {@link IVisitsTestTrees} to send test data to
108 public void sendTrees(IVisitsTestTrees notified) {
110 ref.sendTree(notified);
  /external/chromium/chrome/browser/sessions/
tab_restore_service_observer.h 10 // Observer is notified when the set of entries managed by TabRestoreService
  /external/chromium/chrome/browser/chromeos/login/
account_creation_view.h 35 // Set delegate that will be notified about user actions.
54 // Set delegate that will be notified about user actions.
web_page_view.h 70 // Set delegate that will be notified about tab contents changes.
73 // Set delegate that will be notified about page events.
108 // Set delegate that will be notified about page events.
  /external/chromium/chrome/common/extensions/docs/static/
events.html 3 that allows you to be notified
7 to be notified whenever there's a new tab:
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java 165 public boolean notified() { method in class:LocationBasedCountryDetectorTest.CountryListenerImpl
215 assertTrue(countryListener.notified());
240 assertTrue(countryListener.notified());
259 assertFalse(countryListener.notified());
281 assertTrue(countryListener.notified());
317 // CountryListener should be notified
318 assertTrue(countryListener.notified());
340 // CountryListener should be notified
341 assertTrue(countryListener.notified());
ComprehensiveCountryDetectorTest.java 134 public boolean notified() {
156 assertFalse(listener.notified());
179 assertTrue(listener.notified());
200 assertFalse(listener.notified());
244 assertFalse(listener.notified());
260 assertFalse(listener.notified());
  /external/chromium/net/ftp/
ftp_transaction.h 31 // CompletionCallback will be notified once response info is available or if
55 // yet available. The CompletionCallback is notified when the data copy
57 // copied. Or, if a read error occurs, the CompletionCallback is notified of
  /external/chromium/net/proxy/
proxy_config_service.h 20 // Configuration is pending, observers will be notified later.
28 // Observer for being notified when the proxy settings have changed.
51 // it is guaranteed that subscribed observers will be notified of a change at
  /external/chromium/chrome/browser/first_run/
first_run_import_observer.h 13 // This class is used by FirstRun::ImportNow to get notified of the outcome of
  /external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc 36 bool notified() const { return notified_; } function in class:__anon2809::TestNotificationObserver
303 EXPECT_FALSE(observer_->notified());
310 EXPECT_FALSE(observer_->notified());
317 EXPECT_TRUE(observer_->notified());
326 EXPECT_FALSE(observer_->notified());
335 EXPECT_FALSE(observer_->notified());
347 EXPECT_FALSE(observer_->notified());
356 EXPECT_TRUE(observer_->notified());
364 EXPECT_FALSE(observer_->notified());
373 EXPECT_FALSE(observer_->notified());
    [all...]
  /external/chromium/chrome/browser/importer/
importer_progress_dialog.h 20 // |source_profile| to |target_profile|. |importer_observer| is notified when
importer_progress_observer.h 13 // Objects implement this interface when they wish to be notified of events
  /external/chromium/chrome/browser/
ssl_client_certificate_selector.h 20 // selection, the dialog will report back to |delegate|. |delegate| is notified
  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper_delegate.h 14 // Objects implement this interface to get notified about changes in the
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper_delegate.h 14 // Objects implement this interface to get notified about changes in the
  /external/junit/src/junit/swingui/
TestRunView.java 12 * notified about the start and finish of a run.
  /frameworks/opt/vcard/java/com/android/vcard/exception/
VCardNestedException.java 20 * VCardException thrown when VCard is nested without VCardParser's being notified.
  /packages/apps/Browser/src/com/android/browser/
HttpAuthenticationDialog.java 65 * Sets the listener that will be notified when the user submits the credentials.
72 * Sets the listener that will be notified when the user cancels the authentication
154 * Interface for listeners that are notified when the user submits the credentials.
161 * Interface for listeners that are notified when the user cancels the dialog.
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2UriObserverTests.java 49 assertTrue("Update observer not notified!", updateObs.checkTriggered());
66 assertTrue("Update observer not notified!", updateObs.checkTriggered());
85 assertTrue("Update observer not notified!", updateObs.checkTriggered());
102 assertTrue("Update observer not notified!", updateObs.checkTriggered());
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
HeadlinesFragment.java 47 * Represents a listener that will be notified of headline selections.
80 * Sets the listener that should be notified of headline selection events.
104 * This causes the configured listener to be notified that a headline was selected.
  /external/chromium/base/win/
object_watcher.h 58 // When the object is signaled, the given delegate is notified on the thread
68 // not notified.

Completed in 1186 milliseconds

1 2 3 4 5 6 7 8 91011>>