HomeSort by relevance Sort by last modified time
    Searched refs:Selected (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
Layers3DView.js 76 Selected: "selected"
209 this._setOutline(WebInspector.Layers3DView.OutlineType.Selected, activeObject);
363 var isSelected = this._isObjectActive(WebInspector.Layers3DView.OutlineType.Selected, layer);
421 var isSelected = this._isObjectActive(WebInspector.Layers3DView.OutlineType.Selected, layer, i);
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 599 /// undef. Update IncomingValues based on the selected value.
606 /// \returns the selected value.
701 Value *Selected = selectIncomingValueForBlock(PredVal, PredBB,
706 PN->addIncoming(Selected, PredBB);
713 Value *Selected = selectIncomingValueForBlock(OldVal, PredBB,
718 PN->addIncoming(Selected, PredBB);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/
SettingsScreen.js 437 this._fileSystemsList.addEventListener(WebInspector.SettingsList.Events.Selected, this._fileSystemSelected.bind(this));
687 Selected: "Selected",
816 this.itemForId(this._selectedId).classList.remove("selected");
820 this.itemForId(this._selectedId).classList.add("selected");
822 this.dispatchEventToListeners(WebInspector.SettingsList.Events.Selected, id);
    [all...]
  /external/fio/tools/plot/
fio2gnuplot 92 # Let's create a temporary file for each selected fio file
131 # Let's create a temporary file for each selected fio file
463 print "%d files Selected with pattern '%s'" % (len(fio_data_file), pattern)
  /external/chromium_org/chrome/browser/resources/chromeos/
image_burner.js 162 * Shows the currently selected device.
173 * Handles device selected event.
176 * @param {string} devicePath Selected device path.
228 * Updates the list of selected devices.
249 * @param {boolean} allowSelect True to update the selected device info.
262 * @param {boolean} allowSelect True to update the selected device info.
274 // Update selected device element.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_selection.js 11 * @param {Array.<number>} indexes Selected indexes.
89 * Computes the total size of selected files.
225 // If this is a save-as dialog, copy the selected file into the filename
282 // when nothing is selected.
file_manager.js 580 * URL of entry which should be initially selected.
898 * - the selected item is changed in the directory tree.
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 198 // Visit each RW in the sequence selected by the current variant.
199 RecVec Selected = (*VI)->getValueAsListOfDefs("Selected");
200 for (RecIter I = Selected.begin(), E = Selected.end(); I != E; ++I)
    [all...]
  /external/chromium_org/ui/file_manager/video_player/js/
video_player.js 514 * Invokes when a menuitem in the cast menu is selected.
515 * @param {Object} cast Selected element in the list of casts.
519 // If the selected item is same as the current item, do nothing.
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 245 * Load items, display the selected item.
296 // Show the selected item ASAP, then complete the initialization
402 * @return {Gallery.Item} Selected index.
409 * @return {Rect} Screen rectangle of the selected image.
419 * @return {Gallery.Item} Selected item.
437 * Commits the current image and displays the newly selected image.
469 * @param {number} index New selected index.
479 * Load the selected item.
    [all...]
mosaic_mode.js 253 * @return {Mosaic.Tile} Selected tile or undefined if no selection.
392 if (tile) tile.select(change.selected);
715 * Margin for scrolling using keyboard. Distance between a selected tile
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_manager.js 444 // Selected content.
983 // Now speak what ended up being selected.
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
ordinalrules.js 422 * Selected Ordinal rules by locale.
pluralrules.js 789 * Selected Plural rules by locale.
    [all...]
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 371 * Returns a promise that will contain all URLs of all the selected bookmarks
393 no matter what bookmarks are selected.
545 // Show rename if a single folder is selected.
736 * Navigates to the folder that the selected item is in and selects it. This is
771 * Returns the selected bookmark nodes of the provided tree or list.
783 * @return {!Array.<string>} An array of the selected bookmark IDs.
810 * Opens the selected bookmarks.
815 // If we have selected any folders, we need to find all the bookmarks one
849 * Deletes the selected bookmarks. The bookmarks are saved in memory in case
865 // Store all selected ids
    [all...]
  /external/chromium-trace/
script.js     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 1244 milliseconds