Home
last modified time | relevance | path

Searched refs:s_commands (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/wds/
DCommand.cpp119 Vector<const Command*>* Command::s_commands; member in android::WDS::Command
123 if (s_commands) in Init()
126 s_commands = new Vector<const Command*>(); in Init()
127 s_commands->append(new Command("DDOM", "Dump Dom Tree", in Init()
129 s_commands->append(new Command("DDRT", "Dump Render Tree", in Init()
140 Vector<const Command*>::const_iterator i = s_commands->begin(); in Find()
141 Vector<const Command*>::const_iterator end = s_commands->end(); in Find()
DCommand.h101 static Vector<const Command*>* s_commands; variable