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

  /external/webkit/Tools/DumpRenderTree/mac/
PolicyDelegate.mm 55 const char* typeDescription;
58 typeDescription = "link clicked";
61 typeDescription = "form submitted";
64 typeDescription = "back/forward";
67 typeDescription = "reload";
70 typeDescription = "form resubmitted";
73 typeDescription = "other";
76 typeDescription = "illegal value";
79 NSString *message = [NSString stringWithFormat:@"Policy delegate: attempt to load %@ with navigation type '%s'", [[request URL] _drt_descriptionSuitableForTestResult], typeDescription];
  /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/gtk/
DumpRenderTree.cpp     [all...]
  /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 294 milliseconds