/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
FileReaderSync.cpp | 57 startLoading(executionContext, loader, *blob, exceptionState); 70 startLoading(executionContext, loader, *blob, exceptionState); 83 startLoading(executionContext, loader, *blob, exceptionState); 96 startLoading(executionContext, loader, *blob, exceptionState); 100 void FileReaderSync::startLoading(ExecutionContext* executionContext, FileReaderLoader& loader, const Blob& blob, ExceptionState& exceptionState)
|
FileReaderSync.h | 67 void startLoading(ExecutionContext*, FileReaderLoader&, const Blob&, ExceptionState&);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLImportChild.h | 62 void startLoading(const ResourcePtr<RawResource>&);
|
HTMLImportChild.cpp | 59 void HTMLImportChild::startLoading(const ResourcePtr<RawResource>& resource) 148 m_loader->startLoading(resource());
|
HTMLImportLoader.h | 72 void startLoading(const ResourcePtr<RawResource>&);
|
HTMLImportLoader.cpp | 65 void HTMLImportLoader::startLoading(const ResourcePtr<RawResource>& resource)
|
HTMLImportsController.cpp | 95 child->startLoading(resource);
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ProviderStatusWatcher.java | 92 startLoading(); 144 startLoading(); 202 startLoading(); 213 private void startLoading() {
|
JoinContactListFragment.java | 108 protected void startLoading() {
|
ContactBrowseListFragment.java | 576 protected void startLoading() { 579 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 | 67 contactLoader.startLoading();
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
PhoneNumberPickerFragment.java | 218 protected void startLoading() { 220 super.startLoading();
|
ContactEntryListFragment.java | 285 startLoading(); 288 protected void startLoading() { 391 startLoading(); 401 startLoading(); 460 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/Contacts/src/com/android/contacts/activities/ |
AttachPhotoActivity.java | 195 loader.startLoading();
|
/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...] |
/packages/apps/UnifiedEmail/src/com/android/mail/widget/ |
WidgetService.java | 300 mConversationCursorLoader.startLoading(); 313 mAccountLoader.startLoading(); 650 mFolderLoader.startLoading();
|
/packages/apps/Dialer/src/com/android/dialer/interactions/ |
PhoneNumberInteraction.java | 378 mLoader.startLoading();
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
MailAppProvider.java | 258 accountsCursorLoader.startLoading();
|
/frameworks/base/core/java/android/app/ |
LoaderManager.java | 280 mLoader.startLoading(); [all...] |