HomeSort by relevance Sort by last modified time
    Searched defs:typeDescription (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/DumpRenderTree/win/
PolicyDelegate.cpp 111 LPCTSTR typeDescription;
114 typeDescription = TEXT("link clicked");
117 typeDescription = TEXT("form submitted");
120 typeDescription = TEXT("back/forward");
123 typeDescription = TEXT("reload");
126 typeDescription = TEXT("form resubmitted");
129 typeDescription = TEXT("other");
132 typeDescription = TEXT("illegal value");
135 wstring message = TEXT("Policy delegate: attempt to load ") + wurl + TEXT(" with navigation type '") + typeDescription + TEXT("'");
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 328 QString typeDescription;
332 typeDescription = "link clicked";
335 typeDescription = "form submitted";
338 typeDescription = "back/forward";
341 typeDescription = "reload";
344 typeDescription = "form resubmitted";
347 typeDescription = "other";
350 typeDescription = "illegal value";
355 url.toUtf8().constData(), typeDescription.toUtf8().constData());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf_3.1.0.v20100529-0735.jar 

Completed in 496 milliseconds