HomeSort by relevance Sort by last modified time
    Searched full:scriptcache (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelperTextRun.cpp 45 font.primaryFont()->platformData().scriptCache(),
70 SCRIPT_CACHE* scriptCache,
73 scriptCache, fontProperties, 0)
89 SCRIPT_CACHE** scriptCache,
123 m_scriptCaches.append(simpleFontData->platformData().scriptCache());
129 *scriptCache = m_scriptCaches[m_fontIndex - 1];
FontPlatformDataChromiumWin.cpp 131 HRESULT result = ScriptGetFontProperties(0, scriptCache(),
136 HRESULT hr = ScriptGetFontProperties(dc, scriptCache(),
141 hr = ScriptGetFontProperties(dc, scriptCache(),
FontUtilsChromiumWin.cpp 269 , scriptCache(0)
276 mutable SCRIPT_CACHE scriptCache;
396 SCRIPT_CACHE** scriptCache,
437 *scriptCache = &(derived->scriptCache);
UniscribeHelper.cpp 75 SCRIPT_CACHE* scriptCache,
82 , m_scriptCache(scriptCache)
519 SCRIPT_CACHE* scriptCache = m_scriptCache;
566 hr = ScriptShape(tempDC, scriptCache, input, itemLength,
590 nextWinFontData(&hfont, &scriptCache, &fontProperties, &ascent)) {
609 &ascent, &hfont, &scriptCache,
623 &ascent, &hfont, &scriptCache,
652 shaping.m_scriptCache = scriptCache;
720 // (this does not happen often because scriptCache is already
    [all...]
FontPlatformDataChromiumWin.h 91 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; }
GlyphPageTreeNodeChromiumWin.cpp 194 fontData->platformData().scriptCache(),
  /external/webkit/Source/WebKit/chromium/tests/
UniscribeHelperTest.cpp 109 SCRIPT_CACHE* scriptCache;
110 HFONT hfont = MakeFont(L"Times New Roman", &scriptCache);
118 false, hfont, scriptCache, &properties, 0);
151 false, hfont, scriptCache, &properties, 0);
  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataWin.cpp 244 HRESULT result = ScriptGetFontProperties(0, scriptCache(), m_scriptFontProperties);
249 ScriptGetFontProperties(dc, scriptCache(), m_scriptFontProperties);
UniscribeController.cpp 246 HRESULT placeResult = ScriptPlace(0, fontData->scriptCache(), glyphs.data(), glyphs.size(), visualAttributes.data(),
254 placeResult = ScriptPlace(hdc, fontData->scriptCache(), glyphs.data(), glyphs.size(), visualAttributes.data(),
388 shapeResult = ScriptShape(hdc, fontData->scriptCache(), str, len, glyphs.size(), &item.a,
  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h 176 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; }
  /external/v8/src/
debug.h 163 class ScriptCache : private HashMap {
165 ScriptCache() : HashMap(ScriptMatch), collected_scripts_(10) {}
166 virtual ~ScriptCache() { Clear(); }
473 ScriptCache* script_cache_;
    [all...]
debug.cc 634 void ScriptCache::Add(Handle<Script> script) {
653 ScriptCache::HandleWeakScript);
658 Handle<FixedArray> ScriptCache::GetScripts() {
672 void ScriptCache::ProcessCollectedScripts() {
681 void ScriptCache::Clear() {
696 void ScriptCache::HandleWeakScript(v8::Persistent<v8::Value> obj, void* data) {
697 ScriptCache* script_cache = reinterpret_cast<ScriptCache*>(data);
    [all...]
compilation-cache.cc 199 "V8.ScriptCache",

Completed in 284 milliseconds