Searched defs:Change (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.h31 class Change { class in class:SpellcheckCustomDictionary
33 Change();
34 Change(const Change& other);
35 explicit Change(const chrome::spellcheck_common::WordList& to_add);
36 ~Change();
74 virtual void OnCustomDictionaryChanged(const Change& dictionary_change) = 0;
137 const Change& dictionary_change,
148 void Apply(const Change& dictionary_change);
152 void Save(const Change
[all...]
H A Dspellcheck_custom_dictionary.cc173 SpellcheckCustomDictionary::Change::Change() { function in class:SpellcheckCustomDictionary::Change
176 SpellcheckCustomDictionary::Change::Change( function in class:SpellcheckCustomDictionary::Change
177 const SpellcheckCustomDictionary::Change& other)
182 SpellcheckCustomDictionary::Change::Change(const WordList& to_add) function in class:SpellcheckCustomDictionary::Change
186 SpellcheckCustomDictionary::Change::~Change() {
189 void SpellcheckCustomDictionary::Change
[all...]
/external/chromium_org/v8/src/compiler/
H A Dsimplified-operator-reducer.cc64 return Change(node, machine()->ChangeInt32ToFloat64(),
68 return Change(node, machine()->ChangeUint32ToFloat64(),
77 return Change(node, machine()->ChangeFloat64ToInt32(),
87 return Change(node, machine()->ChangeFloat64ToUint32(),
105 Reduction SimplifiedOperatorReducer::Change(Node* node, const Operator* op, function in class:v8::internal::compiler::SimplifiedOperatorReducer
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_change.cc15 FileChange::Change::Change(ChangeType change, FileType file_type) function in class:drive::FileChange::Change
19 std::string FileChange::Change::DebugString() const {
49 void FileChange::ChangeList::Update(const Change& new_change) {
55 Change& last = list_.back();
96 const FileChange::Change& new_change) {
112 Update(file_path, FileChange::Change(change, file_type));
H A Dfile_change.h32 class Change { class in class:drive::FileChange
34 Change(ChangeType change, FileType file_type);
48 bool operator==(const Change& that) const {
59 typedef std::deque<Change> List;
65 void Update(const Change& new_change);
71 const Change& front() const { return list_.front(); }
72 const Change& back() const { return list_.back(); }
89 const FileChange::Change& new_change);
/external/chromium_org/ppapi/generators/
H A Didl_diff.py28 # Change
30 # A Change object contains the previous lines, new news and change type.
32 class Change(object): class in inherits:object
281 change = Change(line, was, now)
/external/clang/lib/Format/
H A DWhitespaceManager.h87 struct Change { struct in class:clang::format::WhitespaceManager
92 bool operator()(const Change &C1, const Change &C2) const;
98 Change() {} function in struct:clang::format::WhitespaceManager::Change
100 /// \brief Creates a \c Change.
102 /// The generated \c Change will replace the characters at
109 Change(bool CreateReplacement, const SourceRange &OriginalWhitespaceRange,
153 // If this Change represents a continuation of a block comment,
154 // \c StartOfBlockComment is pointer to the first Change in the block
158 const Change *StartOfBlockCommen
[all...]
H A DWhitespaceManager.cpp21 bool WhitespaceManager::Change::IsBeforeInFile::
22 operator()(const Change &C1, const Change &C2) const {
28 WhitespaceManager::Change::Change( function in class:clang::format::WhitespaceManager::Change
53 Changes.push_back(Change(true, Tok.WhitespaceRange, IndentLevel, Spaces,
62 Changes.push_back(Change(false, Tok.WhitespaceRange, /*IndentLevel=*/0,
75 Changes.push_back(Change(
92 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr));
125 const WhitespaceManager::Change *LastBlockCommen
[all...]
/external/chromium_org/mojo/services/view_manager/
H A Dtest_change_tracker.cc32 std::string ChangeToDescription1(const Change& change) {
87 const std::vector<Change>& changes) {
94 std::string ChangeViewDescription(const std::vector<Change>& changes) {
118 Change::Change() function in class:mojo::service::Change
129 Change::~Change() {
142 Change change;
153 Change change;
165 Change chang
[all...]
H A Dtest_change_tracker.h48 struct Change { struct in namespace:mojo::service
49 Change();
50 ~Change();
69 const std::vector<Change>& changes);
73 std::string ChangeViewDescription(const std::vector<Change>& changes);
100 std::vector<Change>* changes() { return &changes_; }
102 // Each of these functions generate a Change. There is one per
122 void AddChange(const Change& change);
125 std::vector<Change> changes_;
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/
H A Dview_unittest.cc329 struct Change { struct in class:mojo::__anon8823::OrderChangeObserver
334 typedef std::vector<Change> Changes;
360 Change change;
/external/clang/include/clang/Rewrite/Core/
H A DRewriter.h112 void AddInsertDelta(unsigned OrigOffset, int Change) { argument
113 return Deltas.AddDelta(2*OrigOffset, Change);
118 void AddReplaceDelta(unsigned OrigOffset, int Change) { argument
119 return Deltas.AddDelta(2*OrigOffset+1, Change);
/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp212 change_ty Change = Worklist.back(); local
215 std::set<change_ty> &ChangeSuccs = SuccClosure[Change];
216 for (pred_iterator_ty it = pred_begin(Change),
217 ie = pred_end(Change); it != ie; ++it) {
218 SuccClosure[*it].insert(Change);
/external/chromium_org/ui/message_center/
H A Dmessage_center_impl.cc44 // Change represents an operation made on a notification. Since it contains
50 class Change { class in class:message_center::internal::ChangeQueue
52 Change(ChangeType type,
55 ~Change();
79 DISALLOW_COPY_AND_ASSIGN(Change);
105 // Returns a Change that can be modified by the caller. ChangeQueue retains
106 // ownership of the Change; pointers should not be retained.
110 void Replace(const std::string& id, scoped_ptr<Change> change);
112 ScopedVector<Change> changes_;
120 bool operator()(ChangeQueue::Change* chang
128 ChangeQueue::Change::Change(ChangeType type, function in class:message_center::internal::ChangeQueue::Change
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dskiplist_test.cc323 void Change(ReaderState s) { function in class:leveldb::TestState
340 state->Change(TestState::RUNNING);
345 state->Change(TestState::DONE);
/external/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp550 bool Change = TransformAll || getColor(MO.getReg()) != C; local
552 Change = false;
554 if (Change) {
/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp399 // Change any tail recursive calls to loops.
407 bool Change = ProcessReturningBlock(Ret, OldEntry, TailCallsAreMarkedTail, local
409 if (!Change && BB->getFirstNonPHIOrDbg() == Ret)
410 Change = FoldReturnAndProcessPred(BB, Ret, OldEntry,
413 MadeChange |= Change;
803 bool Change = false; local
828 Change = true;
832 return Change;
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_EventHandler.cpp429 CFX_WideString & CJS_EventHandler::Change() function in class:CJS_EventHandler
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp314 bool Change = false; local
399 Change |= RetVal;
407 if (!Change)
409 MadeChange |= Change;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3733 milliseconds