| /external/chromium_org/chrome/browser/ui/webui/options/ |
| options_browsertest.js | 745 // Verify history changes properly while the page is loading. 749 document.documentElement.classList.add('loading'); 754 document.documentElement.classList.remove('loading');
|
| /external/chromium_org/tools/traceline/svgui/ |
| traceline.js | 23 // - Loading indicator / debug console. 151 // Start loading of the next JSON URL. 163 // is finished loading. Returns the URL that was just loaded. 169 // Return the URL that had just finished loading.
|
| /external/chromium_org/ui/file_manager/file_manager/foreground/css/ |
| file_manager.css | 1431 #unmounted-panel > .loading { 1435 #unmounted-panel > .loading > .spinner-box { 1444 body[drive='mounting'] #unmounted-panel > .loading, [all...] |
| /external/chromium_org/chrome/browser/extensions/api/tabs/ |
| tabs_api.cc | 770 bool loading = params->query_info.status == local 867 if (loading_status_set && loading != web_contents->IsLoading()) [all...] |
| /external/chromium_org/chrome/browser/resources/pdf/ |
| pdf.js | 244 * Update the loading progress of the document in response to a progress
|
| /external/chromium_org/chrome/browser/resources/profiler/ |
| profiler.js | 520 * The initial keys to sort by when loading the page (can be changed later). 530 * The initial keys to group by when loading the page (can be changed later). 570 * repainting repeatedly during the loading phase (which can slow things [all...] |
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
| timelinePanel.css | 377 .popover .timeline-aggregated-category.timeline-loading {
|
| /external/chromium_org/ui/file_manager/image_loader/ |
| request.js | 403 * Handler, when loading of the image fails. Sends a failure response and
|
| /external/chromium_org/build/android/ |
| adb_gdb | 295 loading have completed.
|
| /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
| wallpaper_manager.js | 153 // TODO(bshe): Always loading the offline manifest first and replacing 473 // Close window on wallpaper loading finished. [all...] |
| /external/chromium_org/chrome/browser/resources/local_ntp/ |
| local_ntp.js | 556 // begins loading RIDs n, n+1, ..., n+k-1; after the second event, these get 557 // destroyed and a new set begins loading RIDs n+k, n+k+1, ..., n+2k-1.
|
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
| TimelineUIUtils.js | 150 loading: new WebInspector.TimelineCategory("loading", WebInspector.UIString("Loading"), 0, "hsl(214, 53%, 58%)", "hsl(214, 67%, 90%)", "hsl(214, 67%, 74%)", "hsl(214, 67%, 66%)"), 172 recordStyles[recordTypes.Root] = { title: "#root", category: categories["loading"] }; 188 recordStyles[recordTypes.ParseHTML] = { title: WebInspector.UIString("Parse HTML"), category: categories["loading"] }; 195 recordStyles[recordTypes.ResourceSendRequest] = { title: WebInspector.UIString("Send Request"), category: categories["loading"] }; 196 recordStyles[recordTypes.ResourceReceiveResponse] = { title: WebInspector.UIString("Receive Response"), category: categories["loading"] }; 197 recordStyles[recordTypes.ResourceFinish] = { title: WebInspector.UIString("Finish Loading"), category: categories["loading"] }; 199 recordStyles[recordTypes.ResourceReceivedData] = { title: WebInspector.UIString("Receive Data"), category: categories["loading"] }; [all...] |
| /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/ |
| image_view.js | 287 * Cancels the current image loading operation. The callbacks will be ignored. 458 // 2. We are loading a video (because the full video is displayed in the [all...] |
| /external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
| image_view.js | 287 * Cancels the current image loading operation. The callbacks will be ignored. 458 // 2. We are loading a video (because the full video is displayed in the [all...] |
| /external/flac/libFLAC/ppc/as/ |
| lpc_asm.s | 57 ; the branch mechanism may prevent dynamic loading; I still need to examine
|
| /external/flac/libFLAC/ppc/gas/ |
| lpc_asm.s | 59 # the branch mechanism may prevent dynamic loading; I still need to examine
|
| /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
| WallpaperCropActivity.java | 148 final View progressView = findViewById(R.id.loading); 188 // annoying; instead, only start showing the spinner if loading the image has taken [all...] |
| /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
| WallpaperCropActivity.java | 148 final View progressView = findViewById(R.id.loading); 188 // annoying; instead, only start showing the spinner if loading the image has taken [all...] |
| /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/ |
| mosaic_mode.js | 163 // The listeners might be called while some tiles are still loading. 348 * Stops when all tiles are processed or when the next tile is still loading. [all...] |
| slide_mode.js | 292 // (loading the ribbon thumbnails can take some time). 643 // Loading/unloading 778 * loading from disrupting the animation that might be still in progress. [all...] |
| /external/chromium_org/ui/file_manager/gallery/js/ |
| mosaic_mode.js | 163 // The listeners might be called while some tiles are still loading. 348 * Stops when all tiles are processed or when the next tile is still loading. [all...] |
| slide_mode.js | 292 // (loading the ribbon thumbnails can take some time). 643 // Loading/unloading 778 * loading from disrupting the animation that might be still in progress. [all...] |
| /external/chromium_org/remoting/webapp/ |
| remoting.js | 90 document.getElementById('host-list-loading-indicator'));
|
| /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
| flakiness_dashboard.js | 72 document.body.innerHTML = '<div id="loading-ui">LOADING...</div>'; [all...] |
| /packages/apps/Calendar/src/com/android/calendar/agenda/ |
| AgendaWindowAdapter.java | 72 Loading speed 368 mHeaderView.setText(R.string.loading); [all...] |