Searched refs:ParseValue (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dbase_screen_handler_utils.h29 inline bool ParseValue(const Value* value, T* out_value);
32 inline bool ParseValue<bool>(const Value* value, bool* out_value) { function in namespace:chromeos
37 inline bool ParseValue<int>(const Value* value, int* out_value) { function in namespace:chromeos
42 inline bool ParseValue<double>(const Value* value, double* out_value) { function in namespace:chromeos
47 inline bool ParseValue<std::string>(const Value* value, function in namespace:chromeos
53 inline bool ParseValue<base::string16>(const Value* value, function in namespace:chromeos
59 inline bool ParseValue<const base::DictionaryValue*>( function in namespace:chromeos
70 return ParseValue(value, out_value);
/external/chromium_org/chrome/browser/chromeos/cros/
H A Dnative_network_parser.h32 virtual bool ParseValue(PropertyIndex index,
71 virtual bool ParseValue(PropertyIndex index,
91 // NOTE: Uses base class ParseValue, etc.
101 virtual bool ParseValue(PropertyIndex index,
112 virtual bool ParseValue(PropertyIndex index,
127 virtual bool ParseValue(PropertyIndex index,
139 virtual bool ParseValue(PropertyIndex index,
156 virtual bool ParseValue(PropertyIndex index,
H A Dnetwork_parser.h51 virtual bool ParseValue(PropertyIndex index,
107 virtual bool ParseValue(PropertyIndex index,
H A Dnetwork_parser.cc59 if (!ParseValue(found_index, value, device)) {
124 if (!ParseValue(found_index, value, network)) {
173 bool NetworkParser::ParseValue(PropertyIndex index, function in class:chromeos::NetworkParser
H A Dnative_network_parser.cc272 bool NativeNetworkDeviceParser::ParseValue( function in class:chromeos::NativeNetworkDeviceParser
701 bool NativeNetworkParser::ParseValue(PropertyIndex index, function in class:chromeos::NativeNetworkParser
775 return NetworkParser::ParseValue(index, value, network);
848 bool NativeWirelessNetworkParser::ParseValue(PropertyIndex index, function in class:chromeos::NativeWirelessNetworkParser
865 return NativeNetworkParser::ParseValue(index, value, network);
876 bool NativeCellularNetworkParser::ParseValue(PropertyIndex index, function in class:chromeos::NativeCellularNetworkParser
1007 if (NativeWirelessNetworkParser::ParseValue(index, value, network))
1012 return NativeWirelessNetworkParser::ParseValue(index, value, network);
1070 bool NativeWimaxNetworkParser::ParseValue(PropertyIndex index, function in class:chromeos::NativeWimaxNetworkParser
1099 return NativeWirelessNetworkParser::ParseValue(inde
1109 bool NativeWifiNetworkParser::ParseValue(PropertyIndex index, function in class:chromeos::NativeWifiNetworkParser
1303 bool NativeVirtualNetworkParser::ParseValue(PropertyIndex index, function in class:chromeos::NativeVirtualNetworkParser
[all...]
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_context.h88 if (!ParseValue<T>(value, &result)) {
/external/chromium_org/net/cookies/
H A Dparsed_cookie.h91 static void ParseValue(std::string::const_iterator* it,
H A Dparsed_cookie.cc310 void ParsedCookie::ParseValue(std::string::const_iterator* it, function in class:net::ParsedCookie
351 ParseValue(&it, end, &value_start, &value_end);
409 ParseValue(&it, end, &value_start, &value_end);
/external/llvm/lib/AsmParser/
H A DLLParser.h307 bool ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS);
308 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { function in class:llvm::LLParser
309 return ParseValue(Ty, V, &PFS);
311 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, function in class:llvm::LLParser
314 return ParseValue(Ty, V, &PFS);
H A DLLParser.cpp1690 if (ParseOptionalParamAttrs(ArgAttrs) || ParseValue(ArgTy, V, PFS))
2894 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) {
2904 ParseValue(Ty, V, PFS);
3397 if (ParseValue(Ty, RV, PFS)) return true;
3650 ParseValue(LHS->getType(), RHS, PFS))
3678 ParseValue(LHS->getType(), RHS, PFS))
3701 ParseValue(LHS->getType(), RHS, PFS))
3845 ParseValue(Ty, Op0, PFS) ||
3847 ParseValue(Type::getLabelTy(Context), Op1, PFS) ||
3865 ParseValue(T
[all...]
/external/llvm/lib/TableGen/
H A DTGParser.cpp421 return ParseValue(CurRec, Type, ParseNameMode);
846 Init *LHS = ParseValue(CurRec);
951 InitList.push_back(ParseValue(CurRec));
957 InitList.push_back(ParseValue(CurRec));
1012 Init *LHS = ParseValue(CurRec);
1021 Init *MHS = ParseValue(CurRec);
1030 Init *RHS = ParseValue(CurRec);
1371 Init *Operator = ParseValue(CurRec);
1421 /// ParseValue - Parse a tblgen value. This returns null on error.
1428 Init *TGParser::ParseValue(Recor function in class:TGParser
[all...]
H A DTGParser.h171 Init *ParseValue(Record *CurRec, RecTy *ItemType = 0,
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h235 bool ParseValue(int index, const Value* value);
344 virtual bool ParseValue(int index, const Value* value);
462 virtual bool ParseValue(int index, const Value* value);
519 virtual bool ParseValue(int index, const Value* value);
620 virtual bool ParseValue(int index, const Value* value);
723 virtual bool ParseValue(int index, const Value* value);
H A Dnetwork_library.cc902 bool NetworkDevice::ParseValue(int index, const Value* value) { function in class:chromeos::NetworkDevice
1017 if (!ParseValue(index, value))
1032 bool Network::ParseValue(int index, const Value* value) { function in class:chromeos::Network
1116 if (!ParseValue(index, value)) // virtual.
1279 bool VirtualNetwork::ParseValue(int index, const Value* value) { function in class:chromeos::VirtualNetwork
1312 return Network::ParseValue(index, value);
1397 bool WirelessNetwork::ParseValue(int index, const Value* value) { function in class:chromeos::WirelessNetwork
1402 return Network::ParseValue(index, value);
1556 bool CellularNetwork::ParseValue(int index, const Value* value) { function in class:chromeos::CellularNetwork
1625 // Save previous state before calling WirelessNetwork::ParseValue
1832 bool WifiNetwork::ParseValue(int index, const Value* value) { function in class:chromeos::WifiNetwork
[all...]
/external/chromium_org/v8/tools/
H A Djs2c.py89 def ParseValue(string): function
/external/v8/tools/
H A Djs2c.py89 def ParseValue(string): function
/external/chromium/net/base/
H A Dcookie_monster.h740 static void ParseValue(std::string::const_iterator* it,
H A Dcookie_monster.cc1756 void CookieMonster::ParsedCookie::ParseValue(
1840 ParseValue(&it, end, &value_start, &value_end);
1890 ParseValue(&it, end, &value_start, &value_end);

Completed in 410 milliseconds