HomeSort by relevance Sort by last modified time
    Searched refs:startLoading (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/webkit/Source/WebCore/fileapi/
FileReaderSync.cpp 56 startLoading(scriptExecutionContext, loader, blob, ec);
67 startLoading(scriptExecutionContext, loader, blob, ec);
78 startLoading(scriptExecutionContext, loader, blob, ec);
89 startLoading(scriptExecutionContext, loader, blob, ec);
93 void FileReaderSync::startLoading(ScriptExecutionContext* scriptExecutionContext, FileReaderLoader& loader, Blob* blob, ExceptionCode& ec)
FileReaderSync.h 69 void startLoading(ScriptExecutionContext*, FileReaderLoader&, Blob*, ExceptionCode&);
  /external/webkit/Source/WebCore/loader/icon/
IconLoader.h 46 void startLoading();
IconLoader.cpp 63 void IconLoader::startLoading()
  /packages/apps/Contacts/src/com/android/contacts/list/
ProviderStatusWatcher.java 92 startLoading();
144 startLoading();
202 startLoading();
213 private void startLoading() {
PhoneNumberPickerFragment.java 191 protected void startLoading() {
193 super.startLoading();
ContactEntryListFragment.java 298 startLoading();
301 protected void startLoading() {
402 startLoading();
412 startLoading();
471 startLoading();
JoinContactListFragment.java 106 protected void startLoading() {
ContactBrowseListFragment.java 585 protected void startLoading() {
588 super.startLoading();
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactsListFragment.java 72 startLoading(LOADER_LIST, null);
108 startLoading(LOADER_LIST, null);
117 startLoading(LOADER_LIST, null);
GroupsListFragment.java 71 startLoading(LOADER_GROUPS, null);
  /frameworks/base/test-runner/src/android/test/
LoaderTestCase.java 81 loader.startLoading();
  /packages/apps/Contacts/src/com/android/contacts/
ViewNotificationService.java 65 contactLoader.startLoading();
  /external/webkit/Source/WebCore/notifications/
Notification.cpp 118 startLoading();
161 void Notification::startLoading()
Notification.h 124 void startLoading();
  /frameworks/support/v4/java/android/support/v4/content/
Loader.java 152 * Return whether this load has been started. That is, its {@link #startLoading()}
193 public final void startLoading() {
202 * as per {@link #startLoading()}. This is not called by clients directly,
203 * but as a result of a call to {@link #startLoading()}.
209 * Force an asynchronous load. Unlike {@link #startLoading()} this will ignore a previously
228 * Stops delivery of updates until the next time {@link #startLoading()} is called.
233 * if {@link #startLoading()} is later called.
280 * {@link #startLoading()} may later be called at which point it must be
  /external/webkit/Tools/WebKitLauncher/
WebKitLauncherURLProtocol.m 68 -(void)startLoading
  /frameworks/base/core/java/android/content/
Loader.java 238 * Return whether this load has been started. That is, its {@link #startLoading()}
285 public final void startLoading() {
294 * as per {@link #startLoading()}. This is not called by clients directly,
295 * but as a result of a call to {@link #startLoading()}.
313 * because {@link #startLoading()} hasn't been called; returns
328 * because {@link #startLoading()} hasn't been called; returns
338 * Force an asynchronous load. Unlike {@link #startLoading()} this will ignore a previously
363 * <p>Stops delivery of updates until the next time {@link #startLoading()} is called.
368 * if {@link #startLoading()} is later called.
427 * {@link #startLoading()} may later be called at which point it must b
    [all...]
  /packages/apps/Email/src/com/android/email/widget/
EmailWidgetLoader.java 178 startLoading();
  /packages/apps/Contacts/src/com/android/contacts/socialwidget/
SocialWidgetProvider.java 94 previousLoader.startLoading();
128 contactLoader.startLoading();
  /external/webkit/Source/WebCore/inspector/front-end/
HeapSnapshotProxy.js 165 startLoading: function(callback)
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 160 loader.startLoading();
  /packages/apps/Email/src/com/android/email/activity/
MailboxListFragment.java 450 startLoading(mParentMailboxId, mHighlightedMailboxId);
585 startLoading(nextParentMailboxId, nextHighlightedMailboxId);
694 private void startLoading(long parentMailboxId, long highlightedMailboxId) {
696 Log.d(Logging.LOG_TAG, this + " startLoading parent=" + parentMailboxId
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactLoader.java 159 public void startLoading() {
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 772 startLoading();
786 private void startLoading() {
887 startLoading();
    [all...]

Completed in 670 milliseconds

1 2 3