Searched refs:update (Results 151 - 175 of 1296) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/resources/service_worker/
H A Dserviceworker_internals.js9 update();
12 function update() {
74 update();
188 update();
192 update();
216 update();
220 update();
224 update();
/external/chromium_org/media/test/data/eme_player_js/
H A Dclearkey_player.js26 message.target.update(jwkSet).catch(function(error) {
H A Dwidevine_player.js26 mediaKeySession.update(key).catch(function(error) {
/external/chromium_org/sync/engine/
H A Dmodel_type_sync_worker_impl_unittest.cc66 // significant server action until we receive an update response that
96 // Pretends to receive update messages from the server.
105 // Does not update mock server state. Should be used as a last resort when
136 // Read the latest update messages received on the model thread.
144 // Reads the latest update response datas on the model thread.
769 // Receive an update response that contains only the type root node.
775 // "initial sync done". This triggers a model thread update, too.
828 // Test normal update receipt code path.
841 UpdateResponseData update = GetUpdateResponseOnModelThread("tag1"); local
843 EXPECT_FALSE(update
993 UpdateResponseData update = GetUpdateResponseOnModelThread("tag1"); local
1025 UpdateResponseData update; local
1064 UpdateResponseData update; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLSharedWebGraphicsContext3D.cpp37 void WebGLSharedWebGraphicsContext3D::update(PassRefPtr<DrawingBuffer> buffer) function in class:blink::WebGLSharedWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingInputsUpdater.h19 void update();
H A DCompositingRequirementsUpdater.h54 void update(RenderLayer* root);
/external/chromium_org/third_party/WebKit/Source/web/
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();
H A DPageOverlayList.h57 void update();
/external/chromium_org/third_party/skia/include/images/
H A DSkPageFlipper.h18 invalidating) you call update, which swaps the inval regions, and returns
42 /** When you're ready to write to the back page, call update. The returned
51 const SkRegion& update(SkRegion* copyBits);
/external/chromium_org/tools/gyp/test/ios/
H A Dgyptest-crosscompile.py26 os.environ.update(oldenv)
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DOriginalEngineKey.java40 messageDigest.update(id.getBytes("UTF-8"));
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
H A Dprogress.c36 .update = tui_progress__update,
/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
H A DfooSynthProvider.py22 def update(self): member in class:fooSynthProvider
/external/replicaisland/src/com/replica/replicaisland/
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
/external/skia/include/images/
H A DSkPageFlipper.h18 invalidating) you call update, which swaps the inval regions, and returns
42 /** When you're ready to write to the back page, call update. The returned
51 const SkRegion& update(SkRegion* copyBits);
/external/bison/
H A DMakefile.am57 .PHONY: update-b4-copyright update-package-copyright-year
58 update-b4-copyright:
63 update-package-copyright-year:
/external/chromium_org/chrome/browser/
H A Dpref_service_flags_storage.cc37 ListPrefUpdate update(prefs_, prefs::kEnabledLabsExperiments);
38 base::ListValue* experiments_list = update.Get();
/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/net_internals/
H A Dbrowser_bridge.js316 this.pollableDataHelpers_.proxySettings.update(proxySettings);
320 this.pollableDataHelpers_.badProxies.update(badProxies);
324 this.pollableDataHelpers_.hostResolverInfo.update(hostResolverInfo);
328 this.pollableDataHelpers_.socketPoolInfo.update(socketPoolInfo);
332 this.pollableDataHelpers_.sessionNetworkStats.update(sessionNetworkStats);
336 this.pollableDataHelpers_.historicNetworkStats.update(
341 this.pollableDataHelpers_.quicInfo.update(quicInfo);
345 this.pollableDataHelpers_.spdySessionInfo.update(spdySessionInfo);
349 this.pollableDataHelpers_.spdyStatus.update(spdyStatus);
354 this.pollableDataHelpers_.spdyAlternateProtocolMappings.update(
[all...]
/external/chromium_org/components/dom_distiller/core/
H A Dfake_distiller.cc66 const ArticleDistillationUpdate& update) {
67 page_callback_.Run(update);
65 RunDistillerUpdateCallback( const ArticleDistillationUpdate& update) argument
/external/chromium_org/content/browser/media/
H A Dmedia_internals_proxy.h52 void OnUpdate(const base::string16& update);
68 void UpdateUIOnUIThread(const base::string16& update);
/external/chromium_org/content/browser/resources/media/
H A Dwebrtc_internals.js66 * @param {!Object} update The object contains keys "time", "type", and
69 addUpdate: function(update) {
70 var time = new Date(parseFloat(update.time));
73 type: update.type,
74 value: update.value,
130 * Extracts ssrc info from a setLocal/setRemoteDescription update.
132 * @param {!PeerConnectionUpdateEntry} data The peer connection update data.
158 * Helper for adding a peer connection update.
161 * @param {!PeerConnectionUpdateEntry} update The peer connection update dat
[all...]

Completed in 840 milliseconds

1234567891011>>