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

  /external/chromium_org/components/variations/
variations_seed_simulator.h 67 enum ChangeType {
82 // Maps proto enum |type| to a ChangeType.
83 ChangeType ConvertExperimentTypeToChangeType(Study_Experiment_Type type);
86 // assignment and returns a corresponding ChangeType if the result differs
88 ChangeType PermanentStudyGroupChanged(const ProcessedStudy& processed_study,
94 // returns the corresponding ChangeType.
95 ChangeType SessionStudyGroupChanged(const ProcessedStudy& filtered_study,
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SettingsDelegate.h 50 enum ChangeType {
64 virtual void settingsChanged(ChangeType) = 0;
  /external/chromium_org/chrome/browser/sync_file_system/
file_change.h 20 enum ChangeType {
25 FileChange(ChangeType change, SyncFileType file_type);
34 ChangeType change() const { return change_; }
45 ChangeType change_;
  /external/chromium_org/chrome/browser/chromeos/drive/
file_change.h 27 enum ChangeType {
34 Change(ChangeType change, FileType file_type);
43 ChangeType change() const { return change_; }
53 ChangeType change_;
94 FileChange::ChangeType change);
97 FileChange::ChangeType change);
  /external/chromium_org/mojo/services/view_manager/
test_change_tracker.h 19 enum ChangeType {
52 ChangeType type;
  /external/chromium_org/ui/message_center/
message_center_impl.cc 38 enum ChangeType {
52 Change(ChangeType type,
62 ChangeType type() const { return type_; }
73 const ChangeType type_;
128 ChangeQueue::Change::Change(ChangeType type,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 463 void ChangeType(VARTYPE vartype,const _variant_t *pSrc = NULL);
614 varDest.ChangeType(VT_I2,this);
620 varDest.ChangeType(VT_I4,this);
627 varDest.ChangeType(VT_R4,this);
634 varDest.ChangeType(VT_R8,this);
641 varDest.ChangeType(VT_CY,this);
648 varDest.ChangeType(VT_BSTR,this);
658 varDest.ChangeType(VT_DISPATCH,this);
665 varDest.ChangeType(VT_BOOL,this);
675 varDest.ChangeType(VT_UNKNOWN,this)
    [all...]
dispex.h 256 virtual HRESULT WINAPI ChangeType(VARIANT *pvarDst,VARIANT *pvarSrc,LCID lcid,VARTYPE vtNew) = 0;
264 HRESULT (WINAPI *ChangeType)(IVariantChangeType *This,VARIANT *pvarDst,VARIANT *pvarSrc,LCID lcid,VARTYPE vtNew);
274 #define IVariantChangeType_ChangeType(This,pvarDst,pvarSrc,lcid,vtNew) (This)->lpVtbl->ChangeType(This,pvarDst,pvarSrc,lcid,vtNew)
ntsecpkg.h 366 ULONG ChangeType;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 219 milliseconds