Searched refs:parentValue (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | IDBBindingUtilities.cpp | 262 v8::Handle<v8::Value> parentValue(currentValue); in getNthValueOnKeyPath() local 263 if (!get(isolate, parentValue, keyPathElements[i], currentValue)) in getNthValueOnKeyPath() 279 v8::Handle<v8::Value> parentValue(currentValue); in canInjectNthValueOnKeyPath() local 281 if (!get(isolate, parentValue, keyPathElement, currentValue)) in canInjectNthValueOnKeyPath() 282 return canSet(parentValue, keyPathElement); in canInjectNthValueOnKeyPath() 294 v8::Handle<v8::Value> parentValue(currentValue); in ensureNthValueOnKeyPath() local 296 if (!get(isolate, parentValue, keyPathElement, currentValue)) { in ensureNthValueOnKeyPath() 298 if (!set(isolate, parentValue, keyPathElement, object)) in ensureNthValueOnKeyPath()
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bubble_controller.mm | 342 NSValue* parentValue = [NSValue valueWithPointer:node_->parent()]; 343 NSInteger idx = [menu indexOfItemWithRepresentedObject:parentValue]; 398 NSValue* parentValue = [NSValue valueWithPointer:parent]; 399 NSInteger idx = [menu indexOfItemWithRepresentedObject:parentValue];
|
/external/chromium_org/third_party/icu/source/common/ |
D | triedict.cpp | 1178 UErrorCode &status, Hashtable *values = NULL, uint16_t parentValue = 0) { in compactOneNode() argument 1187 … hResult = new BuildCompactTrieHorizontalNode(parentEndsWord, nodes, status, parentValue); in compactOneNode() 1204 vResult = new BuildCompactTrieVerticalNode(parentEndsWord, nodes, status, parentValue); in compactOneNode()
|
/external/chromium_org/third_party/icu/patches/ |
D | segmentation.patch | 1559 + UErrorCode &status, Hashtable *values = NULL, uint16_t parentValue = 0) { 1570 … hResult = new BuildCompactTrieHorizontalNode(parentEndsWord, nodes, status, parentValue); 1590 + vResult = new BuildCompactTrieVerticalNode(parentEndsWord, nodes, status, parentValue);
|