/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | FrameLoadDelegate.cpp | 286 /* [in] */ JSObjectRef windowObject, in didClearWindowObject() argument 291 ::gLayoutTestController->makeWindowObject(context, windowObject, &exception); in didClearWindowObject() 294 m_gcController->makeWindowObject(context, windowObject, &exception); in didClearWindowObject() 297 m_accessibilityController->makeWindowObject(context, windowObject, &exception); in didClearWindowObject() 302 …JSObjectSetProperty(context, windowObject, eventSenderStr, eventSender, kJSPropertyAttributeReadOn… in didClearWindowObject()
|
D | FrameLoadDelegate.h | 109 /* [in] */ JSObjectRef windowObject) { return E_NOTIMPL; } in windowScriptObjectAvailable() argument 114 /* [in] */ JSObjectRef windowObject,
|
/external/webkit/WebKitTools/DumpRenderTree/ |
D | AccessibilityController.cpp | 48 void AccessibilityController::makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSVa… in makeWindowObject() argument 52 …JSObjectSetProperty(context, windowObject, accessibilityControllerStr.get(), accessibilityControll… in makeWindowObject()
|
D | GCController.cpp | 74 void GCController::makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exc… in makeWindowObject() argument 78 …JSObjectSetProperty(context, windowObject, gcControllerStr.get(), gcControllerObject, kJSPropertyA… in makeWindowObject()
|
D | AccessibilityController.h | 38 void makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception);
|
D | GCController.h | 39 void makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception);
|
D | LayoutTestController.h | 41 void makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception);
|
D | LayoutTestController.cpp | 876 void LayoutTestController::makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValue… in makeWindowObject() argument 881 …JSObjectSetProperty(context, windowObject, layoutTestContollerStr.get(), layoutTestContollerObject… in makeWindowObject()
|
/external/webkit/WebCore/manual-tests/NPN_Invoke/ |
D | main.c | 160 NPObject *windowObject = NULL; in NPP_New() local 161 error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject); in NPP_New() 166 …browser->invoke(instance, windowObject, browser->getstringidentifier("alert"), &alertMessage, 1, &… in NPP_New() 167 browser->releaseobject(windowObject); in NPP_New()
|
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
D | PluginObject.cpp | 45 NPObject* windowObject = 0; in pluginLog() local 46 NPError error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject); in pluginLog() 53 …if (!browser->getproperty(instance, windowObject, browser->getstringidentifier("console"), &consol… in pluginLog() 55 browser->releaseobject(windowObject); in pluginLog() 68 browser->releaseobject(windowObject); in pluginLog() 74 browser->releaseobject(windowObject); in pluginLog()
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
D | DumpRenderTree.cpp | 481 …* view, WebKitWebFrame* frame, JSGlobalContextRef context, JSObjectRef windowObject, gpointer data) in webViewWindowObjectCleared() argument 486 gLayoutTestController->makeWindowObject(context, windowObject, &exception); in webViewWindowObjectCleared() 489 gcController->makeWindowObject(context, windowObject, &exception); in webViewWindowObjectCleared() 492 axController->makeWindowObject(context, windowObject, &exception); in webViewWindowObjectCleared()
|
/external/webkit/WebKit/mac/WebView/ |
D | WebFrame.h | 208 - (WebScriptObject *)windowObject;
|
D | WebFrameLoadDelegate.h | 184 - (void)webView:(WebView *)webView didClearWindowObject:(WebScriptObject *)windowObject forFrame:(W…
|
D | WebViewPrivate.h | 526 - (void)webView:(WebView *)webView didClearInspectorWindowObject:(WebScriptObject *)windowObject fo…
|
D | WebFrame.mm | 1416 - (WebScriptObject *)windowObject
|
/external/webkit/WebKit/wx/WebKitSupport/ |
D | FrameLoaderClientWx.cpp | 850 JSObjectRef windowObject = toRef(coreFrame->script()->globalObject()); in windowObjectCleared() local 852 wkEvent.SetWindowObject(windowObject); in windowObjectCleared()
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | FrameLoaderClientGtk.cpp | 487 JSObjectRef windowObject = toRef(coreFrame->script()->globalObject()); in windowObjectCleared() local 488 ASSERT(windowObject); in windowObjectCleared() 491 g_signal_emit_by_name(webView, "window-object-cleared", m_frame, context, windowObject); in windowObjectCleared()
|
/external/webkit/WebKit/win/ |
D | WebFrame.cpp | 1680 JSObjectRef windowObject = toRef(coreFrame->script()->globalObject()); in windowObjectCleared() local 1681 ASSERT(windowObject); in windowObjectCleared() 1683 … if (FAILED(frameLoadDelegate->didClearWindowObject(d->webView, context, windowObject, this))) in windowObjectCleared() 1684 frameLoadDelegate->windowScriptObjectAvailable(d->webView, context, windowObject); in windowObjectCleared()
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | FrameLoadDelegate.mm | 237 ASSERT(obj == [frame windowObject]);
|
D | TextInputController.m | 57 WebScriptObject *obj = [[self _frame] windowObject];
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebInspectorClient.mm | 161 @selector(webView:didClearInspectorWindowObject:forFrame:), [frame windowObject], frame);
|
/external/webkit/WebKit/mac/ |
D | WebKit.order | 1896 -[WebFrame windowObject]
|
D | ChangeLog-2007-10-14 | 3535 Moved -windowObject and -globalContext 4221 Added -[WebFrame windowObject] and -[WebFrame globalContext], along with 4223 didClearWindowObject:(WebScriptObject *)windowObject forFrame:(WebFrame *)frame. 4234 (-[WebFrame windowObject]):
|
D | ChangeLog | 12319 (-[WebFrame windowObject]): 15721 (-[WebFrame windowObject]): Ditto.
|
/external/webkit/WebKitTools/ |
D | ChangeLog-2009-06-16 | 17251 Added tests for new APIs: -[WebFrame windowObject], -[WebFrame globalContext], 17252 and - (void)webView:(WebView *)webView didClearWindowObject:(WebScriptObject *)windowObject
|