Searched defs:change (Results 1 - 25 of 75) sorted by relevance

123

/external/webkit/Source/WebCore/dom/
H A DShadowRoot.cpp43 void ShadowRoot::recalcStyle(StyleChange change) argument
46 n->recalcStyle(change);
H A DText.cpp278 void Text::recalcStyle(StyleChange change) argument
280 if (change != NoChange && parentNode()) {
/external/openssh/
H A Dauth2-passwd.c54 int change; local
57 change = packet_get_char();
59 if (change) {
67 if (change)
68 logit("password change not supported");
/external/webkit/Source/WebCore/html/
H A DHTMLNoScriptElement.cpp57 void HTMLNoScriptElement::recalcStyle(StyleChange change) argument
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGShadowTreeRootContainer.cpp45 void RenderSVGShadowTreeRootContainer::updateStyle(Node::StyleChange change) argument
48 m_shadowRoot->recalcStyle(change);
/external/webkit/Source/WebCore/wml/
H A DWMLFormControlElement.cpp76 void WMLFormControlElement::recalcStyle(StyleChange change) argument
78 WMLElement::recalcStyle(change);
H A DWMLDoElement.cpp168 void WMLDoElement::recalcStyle(StyleChange change) argument
170 WMLElement::recalcStyle(change);
/external/chromium/chrome/browser/sync/glue/
H A Dextension_change_processor.cc104 const sync_api::SyncManager::ChangeRecord& change = changes[i]; local
106 switch (change.action) {
110 if (!node.InitByIdLookup(change.id)) {
112 error << "Extension node lookup failed for change " << change.id
113 << " of action type " << change.action;
123 change.specifics, &specifics)) {
126 << change.id;
143 (change.action == sync_api::SyncManager::ChangeRecord::ACTION_DELETE);
H A Dsession_change_processor.cc171 const sync_api::SyncManager::ChangeRecord& change = changes[i]; local
172 sync_api::SyncManager::ChangeRecord::Action action(change.action);
177 if (!node.InitByIdLookup(change.id)) {
191 if (!sync_node.InitByIdLookup(change.id)) {
206 // We should only ever receive a change to our own machine's session info
H A Dtheme_change_processor.cc66 // TODO(akalin): Normally, we should only have a single change and
81 const sync_api::SyncManager::ChangeRecord& change = local
83 if (change.action != sync_api::SyncManager::ChangeRecord::ACTION_UPDATE &&
84 change.action != sync_api::SyncManager::ChangeRecord::ACTION_DELETE) {
85 std::string err = "strange theme change.action " + change.action;
92 if (change.action != sync_api::SyncManager::ChangeRecord::ACTION_DELETE) {
94 if (!node.InitByIdLookup(change.id)) {
H A Dautofill_profile_change_processor.cc121 AutofillProfileChange* change = Details<AutofillProfileChange>(details).ptr(); local
123 ActOnChange(change, &trans, autofill_root);
127 AutofillProfileChange* change,
130 DCHECK(change->type() == AutofillProfileChange::REMOVE || change->profile());
131 switch (change->type()) {
133 AddAutofillProfileSyncNode(trans, autofill_root, *(change->profile()));
137 int64 sync_id = model_associator_->GetSyncIdFromChromeId(change->key());
139 LOG(ERROR) << "Sync id is not found for " << change->key();
148 WriteAutofillProfile(*(change
126 ActOnChange( AutofillProfileChange* change, sync_api::WriteTransaction* trans, sync_api::ReadNode& autofill_root) argument
[all...]
/external/qemu/distrib/sdl-1.2.12/src/joystick/beos/
H A DSDL_bejoystick.cc162 int i, change; local
180 change = ((int32)axes[i] - joystick->axes[i]);
181 if ( (change > JITTER) || (change < -JITTER) ) {
186 /* Generate hat change events */
/external/webkit/Source/WebCore/platform/graphics/
H A DPath.cpp73 FloatSize change = traversalState.m_current - traversalState.m_previous; local
74 float slope = atan2f(change.height(), change.width());
/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/jdiff/src/jdiff/
H A DDiffMyers.java7 is a list of <code>change</code> objects which form an
18 inputs. Our results are actually better (smaller change list, smaller
359 private change build_reverse_script() {
360 change script = null;
380 /* Record this change. */
381 script = new change(line0, line1, i0 - line0, i1 - line1, script);
394 private change build_script() {
395 change script = null;
414 /* Record this change. */
415 script = new change(i
478 public static class change { class in class:DiffMyers
497 change(int line0, int line1, int deleted, int inserted, change old) { method in class:DiffMyers.change
[all...]
/external/qemu/distrib/sdl-1.2.12/src/joystick/win32/
H A DSDL_mmjoystick.c282 int value, change; local
308 change = (value - joystick->axes[i]);
309 if ( (change < -JOY_AXIS_THRESHOLD) || (change > JOY_AXIS_THRESHOLD) ) {
/external/aac/libSBRenc/src/
H A Dsbrenc_freq_sca.cpp49 and the date of any change. For modified versions of the FDK AAC Codec, the term
576 INT change=max_band_previous-diff[0]; local
578 /* Limit the change so that the last band cannot get narrower than the first one */
579 if ( change > (diff[length-1] - diff[0]) / 2 )
580 change = (diff[length-1] - diff[0]) / 2;
582 diff[0] += change;
583 diff[length-1] -= change;
/external/bluetooth/glib/gio/
H A Dgfilemonitor.c37 static void file_change_free (FileChange *change);
77 /* Rate limiting change events */
322 * consecutive change events to the same file.
348 file_change_free (FileChange *change) argument
350 g_object_unref (change->child);
351 if (change->other_file)
352 g_object_unref (change->other_file);
354 g_slice_free (FileChange, change);
370 FileChange *change = iter->data; local
372 change
388 FileChange *change; local
[all...]
/external/chromium/chrome/browser/webdata/
H A Dautofill_table_unittest.cc35 std::ostream& operator<<(std::ostream& os, const AutofillChange& change) { argument
36 switch (change.type()) {
50 return os << " " << change.key();
1207 // The modification date should change to reflect the update.
1233 // profile. The modification date should not change.
1283 // The modification date should change to reflect the update.
1309 // The modification date should not change.
/external/dbus/dbus/
H A Ddbus-message-factory.c931 v_BYTE += byte_seq; /* arbitrary but deterministic change to the byte */
1108 const UIntChange *change; local
1111 /* Outer loop is each body, next loop is each change,
1112 * inner loop is each change location
1135 /* Reset change count */
1174 change = &uint32_changes[change_seq];
1176 if (change->type == CHANGE_TYPE_ADJUST)
1178 v_UINT32 += (int) change->value;
1182 v_UINT32 = change->value;
1186 printf ("body %d change
[all...]
/external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
H A DSDL_sysjoystick.c389 Sint16 value, change; /* Values used to update axis values */ local
444 change = (value - joystick->axes[i]);
445 if ( (change < -JOY_AXIS_THRESHOLD) || (change > JOY_AXIS_THRESHOLD) )
/external/quake/quake/src/QW/server/
H A Dsv_phys.c202 float change; local
215 change = normal[i]*backoff;
216 out[i] = in[i] - change;
394 Does not change the entities velocity at all
/external/webkit/Source/WebCore/svg/
H A DSVGElementInstance.h87 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), change); member in class:WebCore::SVGElementInstance
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqgraphicswkview.cpp208 QVariant QGraphicsWKView::itemChange(GraphicsItemChange change, const QVariant& value) argument
211 return QGraphicsWidget::itemChange(change, value);
/external/aac/libSBRdec/src/
H A Dsbrdec_freq_sca.cpp49 and the date of any change. For modified versions of the FDK AAC Codec, the term
574 int change = max_band_previous - diff[0]; local
576 /* Limit the change so that the last band cannot get narrower than the first one */
577 if ( change > (diff[length-1]-diff[0])>>1 )
578 change = (diff[length-1]-diff[0])>>1;
580 diff[0] += change;
581 diff[length-1] -= change;

Completed in 1566 milliseconds

123