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

  /external/webkit/Source/WebCore/bindings/v8/
ScriptHeapSnapshot.cpp 45 const_cast<v8::HeapSnapshot*>(m_snapshot)->Delete();
51 return toWebCoreString(m_snapshot->GetTitle());
56 return m_snapshot->GetUid();
81 m_snapshot->Serialize(&outputStream, v8::HeapSnapshot::kJSON);
ScriptHeapSnapshot.h 65 : m_snapshot(snapshot)
68 const v8::HeapSnapshot* m_snapshot; member in class:WebCore::ScriptHeapSnapshot
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.h 187 RefPtr<ShareableBitmap> m_snapshot; member in class:WebKit::PluginView
PluginView.cpp 526 if (m_snapshot)
527 m_snapshot->paint(*context, frameRect().location(), m_snapshot->bounds());
598 m_snapshot = m_plugin->snapshot();
601 m_snapshot = nullptr;
    [all...]

Completed in 70 milliseconds