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

  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestObj.cpp     [all...]
WebKitDOMTestSerializedScriptValueInterface.cpp 121 WebCore::TestSerializedScriptValueInterface* coreSelf = WebKit::core(self);
125 RefPtr<WebCore::SerializedScriptValue> ptr = coreSelf->value();
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm 383 my $getterContentHead = "coreSelf->$getterExpressionPrefix";
384 my $setterContentHead = "coreSelf->$setterExpressionPrefix${convertFunction}(g_value_get_$gtype(value))";
413 RefPtr<WebCore::${propType}> ptr = coreSelf->${getPropNameFunction}(${exception});
427 push(@txtGetProps, " g_value_set_$_gtype(value, ${convertFunction}coreSelf->${getterExpressionPrefix}${exception})${postConvertFunction});\n");
480 my $privFunction = GetCoreObject($interfaceName, "coreSelf", "self");
    [all...]

Completed in 37 milliseconds