Searched defs:removed (Results 51 - 75 of 131) sorted by relevance

123456

/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc253 bool removed = false; local
260 removed = true;
265 return removed;
/external/chromium_org/ash/
H A Dshell.cc550 void Shell::OnModalWindowRemoved(aura::Window* removed) { argument
555 activated = (*iter)->GetSystemModalLayoutManager(removed)->
563 (*iter)->GetSystemModalLayoutManager(removed)->DestroyModalBackground();
699 // need to be removed.
/external/chromium_org/base/strings/
H A Dstring_util.cc119 bool removed = false; local
126 removed = true;
131 return removed;
256 // To be removed when all callers are updated.
/external/chromium_org/chrome/browser/extensions/
H A Dmenu_manager.cc166 std::set<Id> removed = child->RemoveAllDescendants(); local
167 result.insert(removed.begin(), removed.end());
/external/chromium_org/extensions/browser/
H A Devent_router.cc327 bool removed = listeners_.RemoveListener(listener.get()); local
329 if (removed)
559 // extension could have been removed, but we do not unregister it until the
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp805 USet *removed = ((contContext *)context)->removedContractions; local
813 if(removed && uset_contains(removed, start)) {
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.cc639 bool removed = locks_.Remove(my_lock->name_); local
640 DCHECK(removed);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.cc90 const MediaStreams& added, const MediaStreams& removed) {
91 SignalMediaStreamsUpdate(this, session, added, removed);
384 // The call auto destroys when the last session is removed
89 OnMediaStreamsUpdate(Call* call, Session* session, const MediaStreams& added, const MediaStreams& removed) argument
H A Dmediasessionclient_unittest.cc2729 const cricket::MediaStreams& removed) {
2731 last_streams_removed_.CopyFrom(removed);
2726 OnMediaStreamsUpdate(cricket::Call *call, cricket::Session *session, const cricket::MediaStreams& added, const cricket::MediaStreams& removed) argument
/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc664 bool removed = false; local
668 removed = true;
676 if (!removed) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar ... .File) java.io.File file public boolean removed (java.io.File) java.io.File ...
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jar ... .preferences.EclipsePreferences prefs ClassCastException e public synchronized void removed (org.eclipse.core.runtime.preferences. ...
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar ... .eclipse.equinox.p2.metadata.IInstallableUnit removed public void processArguments (java.lang.String[]) throws java ...
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_unittest.cc132 int removed() const { return removed_; } function in class:__anon4990::TestShelfModelObserver
179 // Sets the id for the specified tab. The id is removed if Remove() is
1329 // Check that with multi profile V1 apps are properly added / removed from the
2512 EXPECT_EQ(2, model_observer_->removed());
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_parser.h462 void set_removed(bool removed) { removed_ = removed; } argument
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp386 // These spans were added by us. If empty after font size changes, they can be removed.
925 bool removed = false; local
927 removed = true;
930 return removed;
933 // styles which must be removed (e.g. <b style='font-weight: bold'>)
935 removed = true;
937 return removed;
1044 // We can't wrap node with the styled element here because new styled element will never be removed if we did.
1058 // Along the way, styled elements that contain targetNode are removed and accumulated into elementsToPushDown.
1059 // Each child of the removed elemen
[all...]
H A DCompositeEditCommand.cpp354 // Mutation events (bug 22634) from the text node insertion may have removed the refChild
758 unsigned removed = 0; local
778 str.remove(gapStart - start - removed, gapLen);
779 removed += gapLen;
1094 // node should not be removed.
H A DEditingStyle.cpp85 // FIXME: CSSPropertyTextDecoration needs to be removed when CSS3 Text
673 // FIXME: CSSPropertyTextDecoration needs to be removed when CSS3 Text
870 bool removed = false; local
885 removed = true;
888 return removed;
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc1430 const cricket::MediaStreams& removed) {
1433 it = removed.video().begin(); it != removed.video().end(); ++it) {
1427 OnMediaStreamsUpdate(cricket::Call* call, cricket::Session* session, const cricket::MediaStreams& added, const cricket::MediaStreams& removed) argument
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp912 void remove (const string& name) { const int removed = (int)m_objects.erase(name); DE_ASSERT(removed); DE_UNREF(removed); } local
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp3474 int removed = 0; local
3591 removed++;
3599 return removed;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp3474 int removed = 0; local
3591 removed++;
3599 return removed;
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c543 ** This function is called when a free-list leaf page is removed from the
1960 int removed = 0; local
1981 removed = 1;
1984 return removed;
5805 ** inserted into or removed from the parent page (pParent). Doing so
5889 ** have already been removed.
6871 ** pCur is pointing to the leaf page from which a cell was removed to

Completed in 2132 milliseconds

123456