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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderSync.cpp 56 startLoading(executionContext, loader, *blob, exceptionState);
69 startLoading(executionContext, loader, *blob, exceptionState);
82 startLoading(executionContext, loader, *blob, exceptionState);
95 startLoading(executionContext, loader, *blob, exceptionState);
99 void FileReaderSync::startLoading(ExecutionContext* executionContext, FileReaderLoader& loader, const Blob& blob, ExceptionState& exceptionState)
FileReaderSync.h 69 void startLoading(ExecutionContext*, FileReaderLoader&, const Blob&, ExceptionState&);
  /packages/apps/Contacts/src/com/android/contacts/list/
ProviderStatusWatcher.java 92 startLoading();
144 startLoading();
202 startLoading();
213 private void startLoading() {
ContactBrowseListFragment.java 579 protected void startLoading() {
582 super.startLoading();
JoinContactListFragment.java 111 protected void 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);
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportLoader.h 90 void startLoading(const ResourcePtr<RawResource>&);
HTMLImportLoader.cpp 78 void HTMLImportLoader::startLoading(const ResourcePtr<RawResource>& resource)
HTMLImportsController.cpp 129 loader->startLoading(resource);
  /frameworks/base/test-runner/src/android/test/
LoaderTestCase.java 81 loader.startLoading();
  /packages/apps/Contacts/src/com/android/contacts/
ViewNotificationService.java 67 contactLoader.startLoading();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberPickerFragment.java 217 protected void startLoading() {
219 super.startLoading();
ContactEntryListFragment.java 291 startLoading();
294 protected void startLoading() {
397 startLoading();
407 startLoading();
465 startLoading();
  /frameworks/base/core/java/android/content/
Loader.java 239 * Return whether this load has been started. That is, its {@link #startLoading()}
286 public final void startLoading() {
295 * as per {@link #startLoading()}. This is not called by clients directly,
296 * but as a result of a call to {@link #startLoading()}.
314 * because {@link #startLoading()} hasn't been called; returns
329 * because {@link #startLoading()} hasn't been called; returns
339 * Force an asynchronous load. Unlike {@link #startLoading()} this will ignore a previously
364 * <p>Stops delivery of updates until the next time {@link #startLoading()} is called.
369 * if {@link #startLoading()} is later called.
428 * {@link #startLoading()} may later be called at which point it must b
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
Loader.java 153 * Return whether this load has been started. That is, its {@link #startLoading()}
194 public final void startLoading() {
203 * as per {@link #startLoading()}. This is not called by clients directly,
204 * but as a result of a call to {@link #startLoading()}.
210 * Force an asynchronous load. Unlike {@link #startLoading()} this will ignore a previously
229 * Stops delivery of updates until the next time {@link #startLoading()} is called.
234 * if {@link #startLoading()} is later called.
281 * {@link #startLoading()} may later be called at which point it must be
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java 304 mConversationCursorLoader.startLoading();
317 mAccountLoader.startLoading();
617 mFolderLoader.startLoading();
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 200 loader.startLoading();
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactLoader.java 159 public void startLoading() {
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 224 loader.startLoading();
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 772 startLoading();
786 private void startLoading() {
887 startLoading();
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 378 mLoader.startLoading();
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MailAppProvider.java 284 accountsCursorLoader.startLoading();
  /frameworks/base/core/java/android/app/
LoaderManager.java 280 mLoader.startLoading();
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
LoaderManager.java 265 mLoader.startLoading();
    [all...]

Completed in 2230 milliseconds

1 2 3