OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sites
(Results
201 - 225
of
1086
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/courgette/
memory_allocator.h
17
// A helper class to track down call
sites
that are not handling error cases.
319
// MemoryAllocator class. This class will not throw exceptions so call
sites
/external/chromium_org/v8/test/mjsunit/
elements-transition-hoisting.js
28
// Flags: --allow-natives-syntax --smi-only-arrays --notrack-allocation-
sites
30
// No tracking of allocation
sites
because it interfers with the semantics
/external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaConverter.java
300
// Bit set of registers vs block index "definition
sites
"
303
// Bit set of registers vs block index "phi placement
sites
"
/external/llvm/include/llvm/Target/
TargetFrameLowering.h
160
/// not required, we reserve argument space for call
sites
in the function
162
/// add/sub sp brackets around call
sites
. Returns true if the call frame is
/external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc
225
std::set<std::string>
sites
;
local
230
sites
.insert(i->first);
232
for (std::set<std::string>::iterator i =
sites
.begin();
233
i !=
sites
.end();
[
all
...]
/external/chromium/base/mac/
mac_util.h
14
// TODO(rohitrao): Clean up
sites
that include mac_util.h and remove this line.
/external/chromium/chrome/browser/
alternate_nav_url_fetcher.cc
153
// other domains (e.g. legit intranet
sites
), we're just trying to avoid
browsing_data_remover.h
129
// subresources on visited
sites
, and initial navigation history.
/external/chromium/chrome/browser/autocomplete/
history_provider.cc
102
// * The user types "a" and has this fixed up to "a/". Now no other
sites
/external/chromium/chrome/browser/download/
download_extensions.cc
230
// Some
sites
use binary/octet-stream to mean application/octet-stream.
/external/chromium/chrome/browser/resources/
cookies_tree.js
10
* Creates a new tree item for
sites
data.
/external/chromium/chrome/common/
chrome_constants.cc
100
const FilePath::CharType kTopSitesFilename[] = FPL("Top
Sites
");
/external/chromium/net/url_request/
url_request_throttler_entry.h
62
// Name of the header that
sites
can use to opt out of exponential back-off
url_request_throttler_manager.cc
46
// not keep entries in url_entries_ for opted-out
sites
).
url_request_throttler_manager.h
46
// Adds the given host to a list of
sites
for which exponential back-off
/external/chromium_org/chrome/browser/android/
most_visited_sites.cc
44
break; // This is the signal that there are no more real visited
sites
.
/external/chromium_org/chrome/browser/chromeos/drive/
resource_entry_conversion.cc
125
// * The entry is something that doesn't map into files (i.e.
sites
).
/external/chromium_org/chrome/browser/download/
download_extensions.cc
239
// Some
sites
use binary/octet-stream to mean application/octet-stream.
/external/chromium_org/chrome/browser/history/
visit_filter.h
76
ORDER_BY_DURATION_SPENT, // The
sites
that user spents more time in are
/external/chromium_org/chrome/browser/managed_mode/
managed_user_service.cc
219
std::vector<ManagedModeSiteList::Site*>
sites
;
local
220
GetURLFilterForUIThread()->GetSites(url, &
sites
);
221
if (
sites
.empty())
224
return (*
sites
.begin())->category_id;
/external/chromium_org/chrome/browser/media/
media_stream_devices_controller.h
108
// the users deny the request or allow the request for https
sites
.
/external/chromium_org/chrome/browser/printing/
background_printing_manager.cc
56
// Multiple
sites
may share the same RenderProcessHost, so check if this
/external/chromium_org/chrome/browser/resources/net_internals/
hsts_view.js
6
* HSTS is HTTPS Strict Transport Security: a way for
sites
to elect to always
/external/chromium_org/chrome/browser/search/
instant_service.h
190
// Used for Top
Sites
async retrieval.
/external/chromium_org/chrome/browser/translate/
translate_prefs.h
40
// Resets the blocked languages list, the
sites
blacklist, the languages
Completed in 1592 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>