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

  /external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
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;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]

Completed in 85 milliseconds