Searched refs:Change (Results 1 - 25 of 65) sorted by relevance

123

/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...]
H A Dspellcheck_custom_dictionary_unittest.cc86 const SpellcheckCustomDictionary::Change& dictionary_change,
104 const SpellcheckCustomDictionary::Change& change) {
151 const SpellcheckCustomDictionary::Change& change) OVERRIDE { changes_++; }
168 SpellcheckCustomDictionary::Change change;
180 change = SpellcheckCustomDictionary::Change();
283 SpellcheckCustomDictionary::Change change;
330 SpellcheckCustomDictionary::Change change;
445 SpellcheckCustomDictionary::Change change;
453 SpellcheckCustomDictionary::Change change2;
496 SpellcheckCustomDictionary::Change chang
[all...]
H A Dspellcheck_service.h119 const SpellcheckCustomDictionary::Change& dictionary_change) OVERRIDE;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Ddictionary_load_observer.cc19 const SpellcheckCustomDictionary::Change& dictionary_change) {
H A Ddictionary_load_observer.h22 const SpellcheckCustomDictionary::Change& dictionary_change) OVERRIDE;
H A Ddictionary_helper.cc30 SpellcheckCustomDictionary::Change& change) {
184 SpellcheckCustomDictionary::Change dictionary_change;
196 SpellcheckCustomDictionary::Change dictionary_change;
/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/chrome/browser/chromeos/drive/
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);
H A Dfile_change_unittest.cc15 FileChange::Change change1(change_type, file_type);
19 FileChange::Change change2(change_type, file_type);
24 FileChange::Change change3(change_type, FileChange::FILE_TYPE_DIRECTORY);
35 changes.Update(FileChange::Change(FileChange::ADD_OR_UPDATE,
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));
/external/chromium_org/mojo/services/view_manager/
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_;
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...]
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.microsoft32 ATTRIBUTE MS-ARAP-PW-Change-Reason 21 integer Microsoft
60 # MS-ARAP-Password-Change-Reason Values
62 VALUE MS-ARAP-PW-Change-Reason Just-Change-Password 1
63 VALUE MS-ARAP-PW-Change-Reason Expired-Password 2
64 VALUE MS-ARAP-PW-Change-Reason Admin-Requires-Password-Change 3
65 VALUE MS-ARAP-PW-Change-Reason Password-Too-Short 4
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dlanguage_dictionary_overlay_handler.h29 const SpellcheckCustomDictionary::Change& dictionary_change) OVERRIDE;
H A Dlanguage_dictionary_overlay_handler.cc73 const SpellcheckCustomDictionary::Change& dictionary_change) {
/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
H A Dsimplified-operator-reducer.h30 Reduction Change(Node* node, const Operator* op, Node* a);
/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/tcmalloc/vendor/packages/rpm/
H A Drpm.spec35 - Change build rule to use a configure line more like '%configure'
36 - Change install to use DESTDIR instead of prefix for configure
/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/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/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);

Completed in 368 milliseconds

123