HomeSort by relevance Sort by last modified time
    Searched refs:removed (Results 251 - 275 of 473) sorted by null

<<111213141516171819

  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /external/v8/src/
hydrogen-instructions.cc 489 HUseListNode* removed = NULL;
491 removed = old_value->RemoveUse(this, index);
495 if (removed == NULL) {
499 removed->set_tail(new_value->use_list_);
500 new_value->use_list_ = removed;
    [all...]
log.cc 1780 bool removed = active_samplers_->RemoveElement(sampler); local
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js 580 * Called when visits have been succesfully removed from the history.
    [all...]
history.css 552 .entry .title > a.to-be-removed {
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 667 L<JSON::PP> was removed from the JSON distribution and can now
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 667 L<JSON::PP> was removed from the JSON distribution and can now
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 667 L<JSON::PP> was removed from the JSON distribution and can now
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.cpp 358 // Mutation events (bug 22634) from the text node insertion may have removed the refChild
750 unsigned removed = 0; local
771 str.remove(gapStart - start - removed, gapLen);
772 removed += gapLen;
    [all...]
EditingStyle.cpp 852 bool removed = false; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc     [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 1568 List<Arc> removed = new ArrayList<Arc>(); local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 1457 List<Arc> removed = new ArrayList<Arc>(); local
    [all...]
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java 667 boolean removed = false;
682 removed = true;
692 if (!withinTimeWindow || removed) {
726 * removed, without having to iterate through the whole cursor
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_api.cc 87 dict->SetBoolean(keys::kRemovedKey, details->removed);
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 355 // If the last non-mini-tab is being removed we force a layout on
357 // changes once the tab is actually removed (which happens at the end of
360 // We do the same when the last mini-tab is being removed for the same
370 // Returns the index of the tab being removed.
379 // The tab(s) being removed are gradually shrunken depending on the state
386 // Removed animated Tabs are never selected.
903 // we'll be pointing to tabs that have been deleted and removed from the
1404 TabGtk* removed = tab_data_.at(index).tab; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 303 item.getElement('removed').style.display = openable ? 'none' : 'inline';
325 item.getElement('removed').innerText = item.basename;
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 248 talk_base::MessageList* removed = NULL);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 560 * of local joins if they are removed from an interior queue slot
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 353 // Items are added/removed from the corresponding FolderInfo elsewhere, such
    [all...]
  /external/chromium/base/
file_path_unittest.cc 850 FilePath removed = path.RemoveExtension(); local
    [all...]
  /external/chromium_org/base/files/
file_path_unittest.cc 863 FilePath removed = path.RemoveExtension(); local
    [all...]
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 145 // Called when a user is removed.

Completed in 1266 milliseconds

<<111213141516171819