OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:location_value
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/task_profiler/
task_profiler_data_serializer.cc
46
scoped_ptr<base::DictionaryValue>
location_value
(new base::DictionaryValue);
47
LocationSnapshotToValue(birth.location,
location_value
.get());
48
dictionary->Set(prefix + "_location",
location_value
.release());
/external/chromium_org/content/browser/geolocation/
network_location_request.cc
389
const base::Value*
location_value
= NULL;
local
390
if (!response_object->Get(kLocationString, &
location_value
)) {
396
DCHECK(
location_value
);
398
if (!
location_value
->IsType(base::Value::TYPE_DICTIONARY)) {
399
if (!
location_value
->IsType(base::Value::TYPE_NULL)) {
401
<<
location_value
->GetType();
409
static_cast<const base::DictionaryValue*>(
location_value
);
/external/chromium_org/extensions/browser/
extension_prefs.cc
409
int
location_value
;
local
410
if (extension_dict->GetInteger(kPrefLocation, &
location_value
) &&
412
static_cast<Manifest::Location>(
location_value
))) {
1331
int
location_value
;
local
[
all
...]
Completed in 451 milliseconds