HomeSort by relevance Sort by last modified time
    Searched refs:currentDictionary (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
TracedValue.cpp 42 currentDictionary()->setNumber(name, value);
47 currentDictionary()->setNumber(name, value);
52 currentDictionary()->setBoolean(name, value);
57 currentDictionary()->setString(name, threadSafeCopy(value));
63 currentDictionary()->setObject(name, dictionary);
70 currentDictionary()->setArray(name, array);
77 ASSERT(currentDictionary());
128 JSONObject* TracedValue::currentDictionary() const
TracedValue.h 47 JSONObject* currentDictionary() const;

Completed in 61 milliseconds