Searched refs:removed (Results 1 - 25 of 254) sorted by path

1234567891011

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DDelphi.stg192 InitializeCyclicDFAs; { TODO: Necessary in Delphi??? Not removed yet. }
/external/apache-http/src/org/apache/http/impl/client/
H A DBasicCookieStore.java83 * values will still be removed.
108 * not be added, but existing values will still be removed.
145 boolean removed = false;
149 removed = true;
152 return removed;
/external/bison/build-aux/
H A Dtexinfo.tex450 % This space token undergoes the same procedure and is eventually removed
5038 % The `\ ' here is removed by the implicit \unskip that TeX does as
8276 % removed. (Generally, numeric constants should always be followed by a
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex472 removed). Example: \texttt{/dev/sda} would just be \texttt{sda}.
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc253 bool removed = false; local
260 removed = true;
265 return removed;
/external/chromium-trace/trace-viewer/src/tracing/importer/v8/
H A Dsplaytree.js76 * contains a node with this key. The removed node is returned. If the
80 * @return {SplayTree.Node} The removed node.
90 var removed = this.root_;
102 return removed;
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb19 3. This notice may not be removed or altered from any source distribution.
/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.
H A Dshell.h475 // Called when a modal window is removed. It will activate
478 void OnModalWindowRemoved(aura::Window* removed);
/external/chromium_org/base/files/
H A Dfile_path_unittest.cc875 FilePath removed = path.RemoveExtension(); local
877 EXPECT_EQ(cases[i].expected, removed.value()) << "i: " << i <<
884 FilePath removed = path.RemoveExtension(); local
886 EXPECT_EQ(FPL("foo"), removed.value()) << ", path: " << path.value();
/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/android/java/src/org/chromium/chrome/browser/search_engines/
H A DTemplateUrlService.java186 boolean removed = mLoadListeners.removeObserver(listener);
187 assert removed;
/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_service_unittest.cc61 // Move the launch times of removed apps to another map.
76 // Verify that the removed apps have launch times earlier than or equal to
79 for (LaunchTimeAppMap::const_iterator removed = removed_apps.begin();
80 removed != removed_apps.end(); ++removed) {
83 EXPECT_LE(removed->first, retained->first);
107 // Add inactive apps that should always be removed by garbage collection.
119 // Add recently launched apps that should NOT be removed by garbage
133 // which may or may not be removed by garbage collection depending on the
149 // Verify that inactive apps are removed eve
[all...]
/external/chromium_org/chrome/browser/bookmarks/
H A Dchrome_bookmark_client_unittest.cc166 scoped_ptr<base::Value> removed; local
167 ASSERT_TRUE(updated->Remove(0, &removed));
168 updated->Append(removed.release());
207 // removed when at position 1.
/external/chromium_org/chrome/browser/download/
H A Dsave_page_browsertest.cc103 // Waits for an item record to be removed from the downloads database.
704 DownloadRemovedObserver removed(browser()->profile(), downloads[0]->GetId());
708 removed.WaitForRemoved();
/external/chromium_org/chrome/browser/extensions/api/cookies/
H A Dcookies_api.cc144 dict->SetBoolean(keys::kRemovedKey, details->removed);
/external/chromium_org/chrome/browser/extensions/api/history/
H A Dhistory_api.cc177 OnVisitRemoved::Removed removed; local
178 removed.all_history = details->all_history;
185 removed.urls.reset(urls);
187 scoped_ptr<base::ListValue> args = OnVisitRemoved::Create(removed);
/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());
H A Dpermissions_updater.cc146 scoped_refptr<PermissionSet> removed(
150 // the extension, not the user, removed the permissions. This allows the
154 NotifyPermissionsUpdated(REMOVED, extension, removed.get());
/external/chromium_org/chrome/browser/
H A Djumplist_updater_win.cc141 // removed list and prevent us from adding the same item.
143 base::win::ScopedComPtr<IObjectArray> removed; local
144 result = destination_list_->BeginList(&max_slots, __uuidof(*removed),
145 removed.ReceiveVoid());
/external/chromium_org/chrome/browser/net/
H A Dchrome_cookie_notification_details.h20 removed(is_removed),
25 bool removed; member in struct:ChromeCookieDetails
H A Dcookie_store_util.cc46 bool removed,
51 this, cookie, removed, cause));
73 bool removed,
77 ChromeCookieDetails cookie_details(&cookie, removed, cause);
71 OnCookieChangedAsyncHelper( const net::CanonicalCookie& cookie, bool removed, net::CookieMonster::Delegate::ChangeCause cause) argument
H A Devicted_domain_cookie_counter.cc99 bool removed,
103 if (removed) {
111 next_cookie_monster_delegate_->OnCookieChanged(cookie, removed, cause);
137 // From |evicted_cookies_|, removed all expired cookies, and remove cookies
97 OnCookieChanged( const net::CanonicalCookie& cookie, bool removed, ChangeCause cause) argument
H A Devicted_domain_cookie_counter.h91 bool removed,
H A Devicted_domain_cookie_counter_unittest.cc191 bool removed,
243 EXPECT_EQ(0u, cookie_counter_->GetStorageSize()); // Everything is removed.

Completed in 650 milliseconds

1234567891011