HomeSort by relevance Sort by last modified time
    Searched refs:updated (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/cc/layers/
contents_scaling_layer.cc 37 bool updated = Layer::Update(queue, occlusion); local
41 return updated;
47 return updated;
video_layer.cc 33 bool updated = Layer::Update(queue, occlusion); local
40 updated |= !update_rect_.IsEmpty();
42 return updated;
io_surface_layer.cc 46 bool updated = Layer::Update(queue, occlusion); local
50 return updated || !update_rect_.IsEmpty();
delegated_renderer_layer.cc 87 bool updated = Layer::Update(queue, occlusion); local
89 return updated;
picture_layer.cc 84 bool updated = Layer::Update(queue, occlusion); local
99 return updated;
124 updated |=
137 if (updated) {
145 return updated;
tiled_layer.cc 315 // Returns true if tile is dirty and only part of it needs to be updated.
327 bool* updated) {
344 *updated = true;
692 bool updated = false; local
698 updated |= ContentsScalingLayer::Update(queue, occlusion);
715 UpdateTiles(left, top, right, bottom, queue, NULL, &updated);
716 if (updated)
717 return updated;
724 return updated;
733 left, top, right, bottom, queue, occlusion, &updated);
846 bool updated = !tile->update_rect.IsEmpty(); local
    [all...]
painted_scrollbar_layer.cc 213 bool updated = false; local
221 updated = true;
223 return updated;
238 return updated;
255 updated = true;
256 return updated;
  /external/chromium_org/cc/test/
fake_painted_scrollbar_layer.cc 40 bool updated = PaintedScrollbarLayer::Update(queue, occlusion); local
42 return updated;
fake_picture_layer.cc 30 bool updated = PictureLayer::Update(queue, occlusion); local
32 return updated || always_update_resources_;
fake_content_layer.cc 40 bool updated = ContentLayer::Update(queue, occlusion); local
42 return updated || always_update_resources_;
  /external/eigen/scripts/
relicense.py 62 text, updated = update(text)
63 if updated:
67 print 'UPDATED', filename
  /external/chromium_org/v8/src/
hydrogen-redundant-phi.cc 41 bool updated; local
44 updated = false;
56 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead);
61 } while (updated);
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx.c 70 int updated; local
72 updated = apple_glx_context_surface_changed(uid, pthread_self());
74 apple_glx_diagnostic("surface notify updated %d\n", updated);
  /external/mesa3d/src/glx/apple/
apple_glx.c 70 int updated; local
72 updated = apple_glx_context_surface_changed(uid, pthread_self());
74 apple_glx_diagnostic("surface notify updated %d\n", updated);
  /external/chromium_org/chrome/browser/bookmarks/
chrome_bookmark_client_unittest.cc 165 scoped_ptr<base::ListValue> updated(CreateTestTree());
167 ASSERT_TRUE(updated->Remove(0, &removed));
168 updated->Append(removed.release());
174 updated->DeepCopy());
179 CreateFolder(GetManagedFolderTitle(), updated.release()));
185 scoped_ptr<base::ListValue> updated(CreateTestTree());
186 ASSERT_TRUE(updated->Remove(1, NULL));
191 updated->DeepCopy());
196 CreateFolder(GetManagedFolderTitle(), updated.release()));
202 scoped_ptr<base::ListValue> updated(new base::ListValue)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
UserActionElementSet.cpp 98 unsigned updated = found->value & ~flags; local
99 if (!updated) {
105 found->value = updated;
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImport.cpp 92 WillBeHeapVector<RawPtrWillBeMember<HTMLImport> > updated; local
113 updated.append(i);
116 for (size_t i = 0; i < updated.size(); ++i)
117 updated[i]->stateDidChange();
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 35 updated = db.DateTimeProperty(auto_now_add=True) variable in class:Contact
48 return query.get().updated
  /external/chromium_org/components/policy/core/browser/
managed_bookmarks_tracker_unittest.cc 198 scoped_ptr<base::ListValue> updated(CreateTestTree());
200 ASSERT_TRUE(updated->Remove(0, &removed));
201 updated->Append(removed.release());
207 updated->DeepCopy());
212 CreateFolder(GetManagedFolderTitle(), updated.release()));
221 scoped_ptr<base::ListValue> updated(CreateTestTree());
222 ASSERT_TRUE(updated->Remove(1, NULL));
227 updated->DeepCopy());
232 CreateFolder(GetManagedFolderTitle(), updated.release()));
241 scoped_ptr<base::ListValue> updated(new base::ListValue)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
input_device_settings.cc 333 bool updated = false; local
335 updated = true;
340 updated = true;
345 updated = true;
352 updated = true;
360 updated = true;
365 return updated;
398 bool updated = false; local
400 updated = true;
405 updated = true
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodemv.c 204 int *updated
216 *updated = 1;
230 int *updated
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated);
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 204 int *updated
216 *updated = 1;
230 int *updated
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated);
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.cc 182 bool updated = (new_state != state_) || local
189 if (updated && state_ == ONLINE) {
194 return updated;
  /external/chromium_org/chrome/browser/ui/webui/help/
help_browsertest.js 37 help.HelpPage.setUpdateStatus('updated', '');
67 help.HelpPage.setUpdateStatus('updated', '');
92 help.HelpPage.setUpdateStatus('updated', '');
  /external/chromium_org/chrome/browser/resources/extensions/
extension_info.css 25 #extension-last-updated,

Completed in 481 milliseconds

1 2 3 4 5 6 7 8