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

  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSetForEachCallback.h 39 virtual bool handleItem(ScriptValue thisValue, FontFace*, FontFace*, FontFaceSet*) = 0;
40 virtual bool handleItem(FontFace*, FontFace*, FontFaceSet*) = 0;
FontFaceSetForEachCallback.idl 32 [CallWith=ThisValue] boolean handleItem(FontFace fontFace, FontFace fontFaceAgain, FontFaceSet set);
33 boolean handleItem(FontFace fontFace, FontFace fontFaceAgain, FontFaceSet set);
FontFaceSet.cpp 390 callback->handleItem(*thisArg, face, face, const_cast<FontFaceSet*>(this));
392 callback->handleItem(face, face, const_cast<FontFaceSet*>(this));
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
HeaderMapForEachCallback.h 17 virtual bool handleItem(ScriptValue thisValue, const String& value, const String& key, HeaderMap*) = 0;
18 virtual bool handleItem(const String& value, const String& key, HeaderMap*) = 0;
HeaderMap.cpp 85 callback->handleItem(*thisArg, it->value, it->key, this);
87 callback->handleItem(it->value, it->key, this);
  /frameworks/compile/slang/
slang_rs_pragma_handler.h 46 virtual void handleItem(const std::string &Item) { }
slang_rs_pragma_handler.cpp 37 void handleItem(const std::string &Item) {
124 void handleItem(const std::string &Item) {
227 this->handleItem(PP.getSpelling(PragmaToken));
278 this->handleItem(std::string(StringLiteral.GetString()));
292 this->handleItem("");

Completed in 227 milliseconds