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

  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
CodeGeneratorTestRunner.pm 419 my $platformType = $self->_platformType($signature->type, $signature);
430 $nullValue = "$platformType()" if defined $nonPointerTypes{$platformType} && $platformType ne "double";
432 $platformType .= "*" unless defined $nonPointerTypes{$platformType};
434 return "$platformType $variableName = $condition && $constructor;" if $condition && $platformType eq "bool";
435 return "$platformType $variableName = $condition ? $constructor : $nullValue;" if $condition;
436 return "$platformType $variableName = $constructor;"
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.h 123 PlaformPathElementType platformType() const { return m_type; }
PlatformPathWinCE.cpp 494 if (e.platformType() == PlatformPathElement::PathMoveTo) {
497 } else if (e.platformType() == PlatformPathElement::PathCloseSubpath) {
509 switch (e.platformType()) {

Completed in 296 milliseconds