Searched defs:updated (Results 1 - 25 of 53) sorted by relevance

123

/external/chromium_org/cc/layers/
H A Dvideo_layer.cc27 bool updated = Layer::Update(queue, occlusion); local
34 updated |= !update_rect_.IsEmpty();
36 return updated;
H A Dcontents_scaling_layer.cc41 bool updated = Layer::Update(queue, occlusion); local
45 return updated;
51 return updated;
H A Dio_surface_layer.cc45 bool updated = Layer::Update(queue, occlusion); local
49 return updated || !update_rect_.IsEmpty();
H A Ddelegated_renderer_layer.cc117 bool updated = Layer::Update(queue, occlusion); local
119 return updated;
H A Dcontent_layer.cc100 bool updated = TiledLayer::Update(queue, occlusion); local
101 return updated;
H A Dpicture_layer.cc86 bool updated = Layer::Update(queue, occlusion); local
92 return updated;
113 updated |= pile_->Update(client_,
122 if (updated) {
130 return updated;
H A Dtexture_layer.cc218 bool updated = Layer::Update(queue, occlusion); local
232 updated = true;
236 updated = true;
247 return updated || !update_rect_.IsEmpty();
/external/chromium_org/cc/test/
H A Dfake_painted_scrollbar_layer.cc40 bool updated = PaintedScrollbarLayer::Update(queue, occlusion); local
42 return updated;
H A Dfake_picture_layer.cc30 bool updated = PictureLayer::Update(queue, occlusion); local
32 return updated || always_update_resources_;
H A Dfake_content_layer.cc41 bool updated = ContentLayer::Update(queue, occlusion); local
43 return updated || always_update_resources_;
/external/chromium_org/v8/src/
H A Dhydrogen-redundant-phi.cc64 bool updated; local
67 updated = false;
79 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead);
84 } while (updated);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DUserActionElementSet.cpp96 unsigned updated = found->value & ~flags; local
97 if (!updated) {
103 found->value = updated;
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx.c70 int updated; local
72 updated = apple_glx_context_surface_changed(uid, pthread_self());
74 apple_glx_diagnostic("surface notify updated %d\n", updated);
H A Dapple_glx_context.c530 int updated = 0; local
546 ++updated;
553 return updated;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DConstraintRotLimit.java27 protected boolean updated; field in class:ConstraintRotLimit
153 if (!updated) {
154 updated = true;
/external/mesa3d/src/glx/apple/
H A Dapple_glx.c70 int updated; local
72 updated = apple_glx_context_surface_changed(uid, pthread_self());
74 apple_glx_diagnostic("surface notify updated %d\n", updated);
H A Dapple_glx_context.c530 int updated = 0; local
546 ++updated;
553 return updated;
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_collection_impl.cc100 bool updated = notification_ui_->Update(balloon); local
101 DCHECK(updated);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_state_informer.cc182 bool updated = (new_state != state_) || local
189 if (updated && state_ == ONLINE) {
194 return updated;
/external/qemu/android/skin/
H A Dcomposer.c271 * 'updated' initially contains the update region, in parent coordinates
277 * then we do an opaque blit of 'intersection(updated,region)', then removing it from 'updated'
284 skin_plate_redraw( SkinPlate* plate, SkinRegion* updated, SkinRegion* drawn, SkinPos* apos, SkinViewport* viewport ) argument
291 if (skin_region_is_empty(updated) && skin_region_is_empty(drawn))
295 skin_region_translate( updated, pos.x, pos.y );
303 /* inter(updated,region) => opaque blit + remove 'region' from 'updated'*/
305 skin_region_intersect(r, updated);
308 skin_region_substract(updated,
[all...]
/external/chromium_org/chrome/browser/extensions/api/processes/
H A Dprocesses_api.cc336 bool updated = HasEventListeners(updated_event); local
339 DCHECK(updated || updated_memory);
355 if (updated) {
380 if (!updated)
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications.cc276 bool updated = g_browser_process->notification_ui_manager()->Update( local
278 if (!updated && added && !LocalDiscoveryUIHandler::GetHasVisible()) {
/external/bison/src/
H A Dmuscle-tab.c408 const char *updated; member in struct:__anon377
421 res = conversion[i].updated;
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x.cc277 bool updated = false; local
283 updated = true;
286 if (!updated)
/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.js76 * Called when a download has been updated or added.
79 Downloads.prototype.updated = function(download) {
99 // change since this may touch 150 elements and Downloads.prototype.updated
211 * Returns whether the displayed list needs to be updated or not.
213 * @return {boolean} Returns true if the displayed list is to be updated.
872 * When a download is updated (progress, state change), this is called.
892 downloads.updated(result);

Completed in 1152 milliseconds

123