HomeSort by relevance Sort by last modified time
    Searched defs:update (Results 326 - 350 of 1241) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/browser/media/
media_internals_proxy.cc 72 void MediaInternalsProxy::OnUpdate(const base::string16& update) {
76 base::Bind(&MediaInternalsProxy::UpdateUIOnUIThread, this, update));
143 void MediaInternalsProxy::UpdateUIOnUIThread(const base::string16& update) {
147 handler_->OnUpdate(update);
154 // if an update is not already pending.
178 base::string16 update = WebUI::GetJavascriptCall(function, args_vector); local
179 UpdateUIOnUIThread(update);
webrtc_internals.cc 130 // Append the update to the end of the log.
144 base::DictionaryValue update; local
145 update.SetInteger("pid", static_cast<int>(pid));
146 update.SetInteger("lid", lid);
147 update.SetString("type", type);
148 update.SetString("value", value);
150 SendUpdate("updatePeerConnection", &update);
314 base::DictionaryValue update; local
315 update.SetInteger("lid", lid);
316 update.SetInteger("pid", pid)
340 base::DictionaryValue update; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_definitions.py 155 def update(self, other): member in class:IdlDefinitions
156 """Update with additional IdlDefinitions."""
172 self.enumerations.update(other.enumerations)
173 self.callback_functions.update(other.callback_functions)
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLTexture.cpp 130 update();
151 update();
313 void WebGLTexture::update() function in class:WebCore::WebGLTexture
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.cpp 235 bool ApplicationCacheHost::update() function in class:WebCore::ApplicationCacheHost
262 // FIXME: Prod the inspector to update its notion of what cache the page is using.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
CallStackSidebarPane.js 51 update: function(details)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePowerOverview.js 127 update: function()
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.cpp 45 return adoptPtr(new PendingAction(Update, data));
111 void MediaKeySession::update(Uint8Array* response, ExceptionState& exceptionState) function in class:WebCore::MediaKeySession
113 WTF_LOG(Media, "MediaKeySession::update");
116 // From <https://dvcs.w3.org/hg/html-media/raw-file/default/encrypted-media/encrypted-media.html#dom-update>:
117 // The update(response) method must run the following steps:
162 case PendingAction::Update:
163 // NOTE: Continued from step 3. of MediaKeySession::update()
168 m_session->update(pendingAction->data->data(), pendingAction->data->length());
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.cpp 112 IDBRequest* IDBCursor::update(ScriptState* scriptState, ScriptValue& value, ExceptionState& exceptionState) function in class:WebCore::IDBCursor
114 IDB_TRACE("IDBCursor::update");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
options.py 55 reviewer = make_option("-r", "--reviewer", action="store", type="string", dest="reviewer", help="Update ChangeLogs to say Reviewed by REVIEWER.")
58 update = make_option("--no-update", action="store_false", dest="update", default=True, help="Don't update the working directory.") variable in class:Options
59 update_changelogs = make_option("--update-changelogs", action="store_true", dest="update_changelogs", default=False, help="Update existing ChangeLog entries with new date, bug description, and touched files/functions.")
  /external/chromium_org/third_party/WebKit/Tools/lldb/
lldb_webkit.py 215 self.update()
244 def update(self): member in class:WTFVectorProvider
258 self.update()
300 def update(self): member in class:WTFHashTableProvider
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodemv.c 180 /* Motion vector probability table update depends on benefit.
181 * Small correction allows for the fact that an update to an MV probability
198 static void update( function
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/third_party/markdown/
odict.py 140 def update(self, dict_): member in class:OrderedDict
  /external/chromium_org/third_party/skia/src/views/
SkWindow.cpp 114 bool SkWindow::update(SkIRect* updateArea) { function in class:SkWindow
  /external/chromium_org/tools/gyp/pylib/gyp/
ordered_dict.py 169 # Suppress 'OrderedDict.update: Method has no argument':
171 def update(*args, **kwds): member in class:OrderedDict
172 '''od.update(E, **F) -> None. Update od from dict/iterable E and F.
181 raise TypeError('update() takes at most 2 positional '
184 raise TypeError('update() takes at least 1 argument (0 given)')
202 __update = update # let subclasses override update without breaking __init__
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
progress_center_panel.js 93 * @param {ProgressCenterItem} item Item to be referred for the update.
97 ProgressCenterItemElement.prototype.update = function(item, animated) {
290 // Update the item.
292 targetGroup.update(item);
295 // Update an open view item.
303 itemElement.update(newItem, targetGroup.isAnimated(item.id));
309 // Update the close view.
383 // Update the view state.
384 this.closeView_.update(normalSummarizedItem,
394 this.closeView_.update(quietSummarizedItem
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 84 public void update(Property property, method in class:PropertyTableTooltipHelper
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 180 /* Motion vector probability table update depends on benefit.
181 * Small correction allows for the fact that an update to an MV probability
198 static void update( function
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/lldb/examples/summaries/cocoa/
CFString.py 59 self.update()
322 def update(self): member in class:CFStringSynthProvider
NSDate.py 66 self.update();
71 def update(self): member in class:NSTaggedDate_SummaryProvider
97 self.update()
99 def update(self): member in class:NSUntaggedDate_SummaryProvider
127 self.update()
129 def update(self): member in class:NSCalendarDate_SummaryProvider
155 self.update()
157 def update(self): member in class:NSTimeZoneClass_SummaryProvider
179 self.update()
181 def update(self) member in class:NSUnknownDate_SummaryProvider
    [all...]
  /external/lldb/examples/synthetic/
gnu_libstdcpp.py 120 def update(self): member in class:StdListSynthProvider
213 def update(self): member in class:StdVectorSynthProvider
264 def update(self): member in class:StdMapSynthProvider
  /external/llvm/utils/lit/lit/
ProgressBar.py 182 def update(self, percent, message): member in class:SimpleProgressBar
244 self.update(0, '')
246 def update(self, percent, message): member in class:ProgressBar
287 p.update(i/100., str(i))
run.py 91 self.consumer.update(test_index, test)
98 def update(self, test_index, test): member in class:ThreadResultsConsumer
101 self.display.update(test)
118 def update(self, test_index, test): member in class:MultiprocessResultsConsumer
140 # Update the test result in the parent process.
145 self.display.update(test)
201 The display object will have its update method called with each test as
259 # Update results for any tests which weren't run.
  /external/okhttp/okio/src/main/java/okio/
GzipSource.java 187 crc.update(s.data, (int) (s.pos + offset), toUpdate);
  /external/qemu/android/skin/
composer.c 271 * 'updated' initially contains the update region, in parent coordinates
356 skin_region_init_empty( v->update );
368 skin_region_reset( v->update );
379 skin_region_union( v->update, r );
386 if (v->space && !skin_region_is_empty(v->update)) {
387 SkinRegion update[1]; local
391 skin_region_copy(update, v->update);
393 skin_region_reset( v->update );
396 skin_plate_redraw( v->space, update, drawn, &apos, v )
    [all...]

Completed in 1411 milliseconds

<<11121314151617181920>>