OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:empties
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/heap/
MarkedSpace.cpp
92
// We record a temporary list of
empties
to avoid modifying m_blocks while iterating it.
93
DoublyLinkedList<MarkedBlock>
empties
;
local
102
empties
.append(block);
106
freeBlocks(
empties
);
107
ASSERT(
empties
.isEmpty());
/external/chromium/chrome/browser/password_manager/
password_form_manager.cc
222
std::vector<PasswordForm>
empties
; // Empty-path matches in result set.
local
245
empties
.push_back(*logins_result[i]);
273
for (std::vector<PasswordForm>::const_iterator it =
empties
.begin();
274
it !=
empties
.end(); ++it) {
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js
226
* port, and scheme. If empty,
empties
the proxy setting.
244
* port, and scheme. If empty,
empties
the proxy setting.
262
* port, and scheme. If empty,
empties
the proxy setting.
280
* port, and scheme. If empty,
empties
the proxy setting.
311
* port, and scheme. If empty,
empties
the proxy setting.
Completed in 252 milliseconds