HomeSort by relevance Sort by last modified time
    Searched defs:Picker (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/resources/
pickerCommon.js 227 function Picker(element, config) {
235 Picker.Actions = {
244 Picker.prototype.submitValue = function(value) {
249 Picker.prototype.handleCancel = function() {
253 Picker.prototype.chooseOtherColor = function() {
254 window.pagePopupController.setValueAndClosePopup(Picker.Actions.ChooseOtherColor, "");
257 Picker.prototype.cleanup = function() {};
  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 44 latency_sort Picker;
47 LatencyPriorityQueue() : Picker(this) {
ResourcePriorityQueue.h 59 resource_sort Picker;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
Picker.java 17 package com.android.tv.settings.widget.picker;
48 * Picker class
50 public class Picker extends Fragment {
95 public static Picker newInstance() {
96 return new Picker();
100 * Classes extending {@link Picker} should override this method to supply
108 * Classes extending {@link Picker} can choose to override this method to
116 * Classes extending {@link Picker} can choose to override this method to
117 * supply the {@link Picker}'s root layout id
120 return R.layout.picker;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]

Completed in 190 milliseconds