Searched defs:change (Results 51 - 75 of 179) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DCharacterData.cpp80 ContainerNode::ChildrenChange change = {ContainerNode::TextChanged, previousSibling(), nextSibling(), ContainerNode::ChildrenChangeSourceParser}; local
81 parentNode()->childrenChanged(change);
198 ContainerNode::ChildrenChange change = {ContainerNode::TextChanged, previousSibling(), nextSibling(), ContainerNode::ChildrenChangeSourceAPI}; local
199 parentNode()->childrenChanged(change);
H A DTreeScopeStyleSheetCollection.cpp130 void TreeScopeStyleSheetCollection::analyzeStyleSheetChange(StyleResolverUpdateMode updateMode, const StyleSheetCollection& newCollection, StyleSheetChange& change) argument
141 change.styleResolverUpdateType = compareStyleSheets(m_activeAuthorStyleSheets, newCollection.activeAuthorStyleSheets(), addedSheets);
145 change.styleResolverUpdateType = updateType;
147 change.styleResolverUpdateType = Reset;
149 if (findFontFaceRulesFromStyleSheetContents(addedSheets, change.fontFaceRulesToRemove))
171 change.requiresFullStyleRecalc = false;
H A DText.cpp311 void Text::recalcTextStyle(StyleRecalcChange change, Text* nextTextSibling) argument
314 if (change != NoChange || needsStyleRecalc())
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptGroupElement.cpp61 void HTMLOptGroupElement::childrenChanged(const ChildrenChange& change) argument
64 HTMLElement::childrenChanged(change);
H A DHTMLScriptElement.cpp67 void HTMLScriptElement::childrenChanged(const ChildrenChange& change) argument
69 HTMLElement::childrenChanged(change);
H A DHTMLStyleElement.cpp117 void HTMLStyleElement::childrenChanged(const ChildrenChange& change) argument
119 HTMLElement::childrenChanged(change);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontFaceElement.cpp345 void SVGFontFaceElement::childrenChanged(const ChildrenChange& change) argument
347 SVGElement::childrenChanged(change);
H A DSVGScriptElement.cpp120 void SVGScriptElement::childrenChanged(const ChildrenChange& change) argument
122 SVGElement::childrenChanged(change);
H A DSVGStyleElement.cpp146 void SVGStyleElement::childrenChanged(const ChildrenChange& change) argument
148 SVGElement::childrenChanged(change);
/external/opencv/cvaux/src/
H A Dcvlevmar.cpp147 double change; local
151 change = 1;
211 /* Compute relative change of required parameter vectorX. change = norm(curr-prev) / norm(curr) ) */
212 change = cvNorm(vectX, vectNewX, CV_RELATIVE_L2);
226 } while ( change > epsilon && currIter < maxIter );
/external/pdfium/fpdfsdk/src/javascript/
H A Devent.cpp24 JS_STATIC_PROP_ENTRY(change)
59 FX_BOOL event::change(OBJ_PROP_PARAMS) function in class:event
/external/chromium_org/base/process/
H A Dkill_posix.cc279 struct kevent change = {0}; local
280 EV_SET(&change, handle, EVFILT_PROC, EV_ADD, NOTE_EXIT, 0, NULL);
281 int result = HANDLE_EINTR(kevent(kq.get(), &change, 1, NULL, 0, NULL));
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_shim.cc83 const syncer::SyncChange& change) {
87 js_change->change_type = SyncerChangeTypeToJS(change.change_type());
89 SyncerModelTypeToJS(change.sync_data().GetDataType());
90 if (change.sync_data().GetDataType() == syncer::SYNCED_NOTIFICATIONS) {
92 change.sync_data().GetSpecifics().synced_notification();
95 DCHECK_EQ(change.sync_data().GetDataType(),
98 change.sync_data().GetSpecifics().synced_notification_app_info();
82 BuildNewJSSyncChange( const syncer::SyncChange& change) argument
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary_unittest.cc104 const SpellcheckCustomDictionary::Change& change) {
105 return dictionary.Apply(change);
139 // Counts the number of notifications for dictionary load and change.
151 const SpellcheckCustomDictionary::Change& change) OVERRIDE { changes_++; }
168 SpellcheckCustomDictionary::Change change; local
169 change.AddWord("bar");
170 change.AddWord("foo");
172 UpdateDictionaryFile(change, path);
180 change = SpellcheckCustomDictionary::Change();
181 change
102 Apply( SpellcheckCustomDictionary& dictionary, const SpellcheckCustomDictionary::Change& change) argument
283 SpellcheckCustomDictionary::Change change; local
330 SpellcheckCustomDictionary::Change change; local
445 SpellcheckCustomDictionary::Change change; local
496 SpellcheckCustomDictionary::Change change; local
544 SpellcheckCustomDictionary::Change change; local
601 SpellcheckCustomDictionary::Change change; local
656 SpellcheckCustomDictionary::Change change; local
707 SpellcheckCustomDictionary::Change change; local
1033 SpellcheckCustomDictionary::Change change; local
1080 SpellcheckCustomDictionary::Change change; local
1147 SpellcheckCustomDictionary::Change change; local
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_settings_service_unittest.cc246 syncer::SyncChange change = sync_processor_->changes()[0]; local
247 ASSERT_TRUE(change.IsValid());
248 EXPECT_EQ(syncer::SyncChange::ACTION_ADD, change.change_type());
249 VerifySyncDataItem(change.sync_data());
264 change = sync_processor_->changes()[0];
265 ASSERT_TRUE(change.IsValid());
266 EXPECT_EQ(syncer::SyncChange::ACTION_UPDATE, change.change_type());
267 VerifySyncDataItem(change.sync_data());
280 change = sync_processor_->changes()[0];
281 ASSERT_TRUE(change
[all...]
H A Dsupervised_user_sync_service_unittest.cc279 SyncChange change = change_processor()->GetChange(kUserId1); local
280 ASSERT_TRUE(change.IsValid());
281 EXPECT_EQ(SyncChange::ACTION_ADD, change.change_type());
283 change.sync_data().GetSpecifics().managed_user();
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_context_unittest.cc139 const FileChange& change,
157 file_system_context, change, local_path, url,
268 // The change's cleared.
334 // Sync succeeded, but the other change that was made during or
399 // Opens the file_system, perform some operation and see if the change tracker
400 // correctly captures the change.
447 // file_system1's tracker must have recorded the change.
453 // file_system1's tracker must have no change.
461 // file_system1's tracker must have the change for kURL1 as before.
467 // file_system2's tracker now must have the change fo
138 ApplyRemoteChange(FileSystemContext* file_system_context, const FileChange& change, const base::FilePath& local_path, const FileSystemURL& url, SyncFileType expected_file_type) argument
[all...]
H A Dlocal_file_sync_service_unittest.cc171 SyncStatusCode ApplyRemoteChange(const FileChange& change, argument
178 change, local_path, url,
231 FileChange change(FileChange::FILE_CHANGE_ADD_OR_UPDATE,
234 ApplyRemoteChange(change, local_path, kFile));
246 change = FileChange(FileChange::FILE_CHANGE_ADD_OR_UPDATE,
249 ApplyRemoteChange(change, base::FilePath(), kDir));
263 change = FileChange(FileChange::FILE_CHANGE_DELETE, SYNC_FILE_TYPE_UNKNOWN);
264 EXPECT_EQ(SYNC_STATUS_OK, ApplyRemoteChange(change, base::FilePath(), kDir));
368 // with ADD_OR_UPDATE change for TYPE_FILE.
370 const FileChange change(FileChang
[all...]
/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_controller.cc75 // An extension did not initiate this zoom change.
94 // change completes. We expect that by the time this function returns that
104 content::HostZoomMap::ZoomLevelChange change; local
105 change.mode = content::HostZoomMap::ZOOM_CHANGED_TEMPORARY_ZOOM;
106 change.zoom_level = zoom_level;
108 OnZoomLevelChanged(change);
190 // We don't want the zoom level to change just because we entered
260 const content::HostZoomMap::ZoomLevelChange& change) {
261 UpdateState(change.host);
283 // the change shoul
259 OnZoomLevelChanged( const content::HostZoomMap::ZoomLevelChange& change) argument
[all...]
/external/chromium_org/content/browser/
H A Dhost_zoom_map_impl.cc153 ZoomLevelChange change = {HostZoomMap::ZOOM_CHANGED_FOR_HOST, local
158 result.push_back(change);
169 ZoomLevelChange change = {HostZoomMap::ZOOM_CHANGED_FOR_SCHEME_AND_HOST, local
174 result.push_back(change);
197 HostZoomMap::ZoomLevelChange change; local
198 change.mode = HostZoomMap::ZOOM_CHANGED_FOR_HOST;
199 change.host = host;
200 change.zoom_level = level;
202 zoom_level_changed_callbacks_.Notify(change);
216 HostZoomMap::ZoomLevelChange change; local
328 HostZoomMap::ZoomLevelChange change; local
[all...]
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/
H A Dview_unittest.cc360 Change change; variable
361 change.view = view;
362 change.relative_view = relative_view;
363 change.direction = direction;
364 changes_.push_back(change);
/external/chromium_org/mojo/services/view_manager/
H A Dconnection_manager.cc196 void ConnectionManager::PrepareForChange(ScopedChange* change) { argument
197 // Should only ever have one change in flight.
199 current_change_ = change;
H A Dtest_change_tracker.cc32 std::string ChangeToDescription1(const Change& change) { argument
33 switch (change.type) {
36 change.creator_url.data());
41 ViewIdToString(change.view_id).c_str(),
42 RectToString(change.bounds).c_str(),
43 RectToString(change.bounds2).c_str());
48 ViewIdToString(change.view_id).c_str(),
49 ViewIdToString(change.view_id2).c_str(),
50 ViewIdToString(change.view_id3).c_str());
54 ViewIdToString(change
142 Change change; local
153 Change change; local
165 Change change; local
177 Change change; local
186 Change change; local
193 Change change; local
201 Change change; local
209 Change change; local
217 Change change; local
223 AddChange(const Change& change) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DInsertionPoint.cpp121 void InsertionPoint::willRecalcStyle(StyleRecalcChange change) argument
123 if (change < Inherit)
188 void InsertionPoint::childrenChanged(const ChildrenChange& change) argument
190 HTMLElement::childrenChanged(change);
H A DShadowRoot.cpp132 void ShadowRoot::recalcStyle(StyleRecalcChange change) argument
140 change = Force;
145 recalcChildStyle(change);
190 void ShadowRoot::childrenChanged(const ChildrenChange& change) argument
192 ContainerNode::childrenChanged(change);
194 if (change.isChildElementChange())
195 checkForSiblingStyleChanges(change.type == ElementRemoved ? SiblingElementRemoved : SiblingElementInserted, change.siblingBeforeChange, change.siblingAfterChange);

Completed in 2711 milliseconds

12345678