OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dom_object
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestInterface.cpp
77
WebKitDOMObject*
dom_object
= WEBKIT_DOM_OBJECT(object);
local
79
if (
dom_object
->coreObject) {
80
WebCore::TestInterface* coreObject = static_cast<WebCore::TestInterface *>(
dom_object
->coreObject);
85
dom_object
->coreObject = NULL;
WebKitDOMTestMediaQueryListListener.cpp
75
WebKitDOMObject*
dom_object
= WEBKIT_DOM_OBJECT(object);
local
77
if (
dom_object
->coreObject) {
78
WebCore::TestMediaQueryListListener* coreObject = static_cast<WebCore::TestMediaQueryListListener *>(
dom_object
->coreObject);
83
dom_object
->coreObject = NULL;
WebKitDOMTestCallback.cpp
161
WebKitDOMObject*
dom_object
= WEBKIT_DOM_OBJECT(object);
local
163
if (
dom_object
->coreObject) {
164
WebCore::TestCallback* coreObject = static_cast<WebCore::TestCallback *>(
dom_object
->coreObject);
169
dom_object
->coreObject = NULL;
WebKitDOMTestSerializedScriptValueInterface.cpp
92
WebKitDOMObject*
dom_object
= WEBKIT_DOM_OBJECT(object);
local
94
if (
dom_object
->coreObject) {
95
WebCore::TestSerializedScriptValueInterface* coreObject = static_cast<WebCore::TestSerializedScriptValueInterface *>(
dom_object
->coreObject);
100
dom_object
->coreObject = NULL;
WebKitDOMTestObj.cpp
1143
WebKitDOMObject*
dom_object
= WEBKIT_DOM_OBJECT(object);
local
[
all
...]
/external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm
557
WebKitDOMObject*
dom_object
= WEBKIT_DOM_OBJECT(object);
559
if (
dom_object
->coreObject) {
560
WebCore::${interfaceName}* coreObject = static_cast<WebCore::${interfaceName} *>(
dom_object
->coreObject);
565
dom_object
->coreObject = NULL;
[
all
...]
Completed in 1464 milliseconds