Searched defs:update (Results 51 - 75 of 441) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/images/
H A DSkPageFlipper.cpp70 const SkRegion& SkPageFlipper::update(SkRegion* copyBits) { function in class:SkPageFlipper
/external/chromium_org/tools/sheriffing/
H A Dbotinfo.js30 BotInfo.prototype.update = function(rootJsonUrl, builderJson) {
40 this.numUpdatesOffline + ' update(s) in a row');
/external/chromium_org/ui/accessibility/
H A Dax_tree_serializer_unittest.cc57 // the tree and send them as part of the next update.
86 AXTreeUpdate update; local
87 serializer_->SerializeChanges(tree1_->GetFromId(1), &update);
89 // The update should only touch nodes 1 and 4 - nodes 2 and 3 are unchanged
91 EXPECT_EQ(0, update.node_id_to_clear);
92 ASSERT_EQ(static_cast<size_t>(2), update.nodes.size());
93 EXPECT_EQ(1, update.nodes[0].id);
94 EXPECT_EQ(4, update.nodes[1].id);
123 AXTreeUpdate update; local
124 serializer_->SerializeChanges(tree1_->GetFromId(4), &update);
169 AXTreeUpdate update; local
[all...]
H A Dtree_generator.cc44 AXTreeUpdate update; local
45 update.nodes.resize(node_count_);
46 update.nodes[0].id = permuted[0];
47 update.nodes[0].role = AX_ROLE_ROOT_WEB_AREA;
48 update.nodes[0].state = AX_STATE_NONE;
49 update.nodes[0].child_ids.push_back(permuted[1]);
50 update.nodes[1].id = permuted[1];
51 update.nodes[1].state = AX_STATE_NONE;
56 update.nodes[i].id = permuted[i];
57 update
[all...]
/external/chromium_org/ui/accessibility/extensions/highcontrast/
H A Dpopup.js17 function update() { function
51 update();
56 update();
75 update();
80 update();
130 update();
135 update();
/external/chromium_org/v8/test/webkit/
H A Ddictionary-no-cache.js69 function update(test) { function
73 update(test1);
76 update(test2);
79 update(test3);
83 update(test4);
/external/javassist/sample/evolve/
H A DVersionManager.java17 * VersionManager.update("my.X");
19 public static void update(String qualifiedClassname) method in class:VersionManager
27 throw new CannotUpdateException("cannot update class: "
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DOkResponseCache.java44 void update(Response cached, Response network) throws IOException; method in interface:OkResponseCache
/external/replicaisland/src/com/replica/replicaisland/
H A DCrusherAndouComponent.java34 public void update(float timeDelta, BaseObject parent) { method in class:CrusherAndouComponent
H A DFixedAnimationComponent.java34 public void update(float timeDelta, BaseObject parent) { method in class:FixedAnimationComponent
H A DFrameRateWatcherComponent.java37 public void update(float timeDelta, BaseObject parent) { method in class:FrameRateWatcherComponent
H A DGravityComponent.java41 public void update(float timeDelta, BaseObject parent) { method in class:GravityComponent
H A DPlaySingleSoundComponent.java40 public void update(float timeDelta, BaseObject parent) { method in class:PlaySingleSoundComponent
H A DSelectDialogComponent.java39 public void update(float timeDelta, BaseObject parent) { method in class:SelectDialogComponent
H A DSimpleCollisionComponent.java47 public void update(float timeDelta, BaseObject parent) { method in class:SimpleCollisionComponent
H A DSimplePhysicsComponent.java40 public void update(float timeDelta, BaseObject parent) { method in class:SimplePhysicsComponent
/external/skia/src/images/
H A DSkPageFlipper.cpp70 const SkRegion& SkPageFlipper::update(SkRegion* copyBits) { function in class:SkPageFlipper
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
H A DLayerTreeOutline.js86 update: function(layerTree)
/external/bison/
H A Dcfg.mk30 # don't want to wait on a recompile because of an update to $(VERSION). Thus,
60 update-copyright: update-b4-copyright update-package-copyright-year
61 update-copyright-env = \
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dnavigation_history.js66 * @param {Node} newNode The new node to update the history with.
68 cvox.NavigationHistory.prototype.update = function(newNode) {
90 * invalid since we arrived there (during the update call). If the node
128 this.update(active);
/external/chromium_org/chrome/browser/resources/google_now/
H A Dcards.js92 * updated last time by cardSet.update().
107 var UPDATE_CARD_TASK_NAME = 'update-card';
138 instrumented.notifications.update(
202 function update(
204 console.log('cardManager.update ' + JSON.stringify(combinedCard));
319 notificationData: update(
371 update(
384 update: update,
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
H A DApplicationCache.cpp75 void ApplicationCache::update(ExceptionState& exceptionState) function in class:blink::ApplicationCache
78 if (!cacheHost || !cacheHost->update())
79 exceptionState.throwDOMException(InvalidStateError, "there is no application cache to update.");
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DGraphicsLayerUpdater.cpp85 void GraphicsLayerUpdater::update(RenderLayer& layer, Vector<RenderLayer*>& layersNeedingPaintInvalidation) function in class:blink::GraphicsLayerUpdater
87 TRACE_EVENT0("blink", "GraphicsLayerUpdater::update");
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageOverlay.cpp110 void PageOverlay::update() function in class:blink::PageOverlay
H A DPageOverlayList.cpp87 // update overlay layers' z-order. Otherwise, just update current overlay.
91 update();
93 pageOverlay->update();
109 void PageOverlayList::update() function in class:blink::PageOverlayList
112 m_pageOverlays[i]->update();

Completed in 363 milliseconds

1234567891011>>