Home
last modified time | relevance | path

Searched refs:windowObject (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/WebKitTools/DumpRenderTree/win/
DFrameLoadDelegate.cpp286 /* [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()
DFrameLoadDelegate.h109 /* [in] */ JSObjectRef windowObject) { return E_NOTIMPL; } in windowScriptObjectAvailable() argument
114 /* [in] */ JSObjectRef windowObject,
/external/webkit/WebKitTools/DumpRenderTree/
DAccessibilityController.cpp48 void AccessibilityController::makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSVa… in makeWindowObject() argument
52 …JSObjectSetProperty(context, windowObject, accessibilityControllerStr.get(), accessibilityControll… in makeWindowObject()
DGCController.cpp74 void GCController::makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exc… in makeWindowObject() argument
78 …JSObjectSetProperty(context, windowObject, gcControllerStr.get(), gcControllerObject, kJSPropertyA… in makeWindowObject()
DAccessibilityController.h38 void makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception);
DGCController.h39 void makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception);
DLayoutTestController.h41 void makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception);
DLayoutTestController.cpp876 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/
Dmain.c160 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/
DPluginObject.cpp45 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/
DDumpRenderTree.cpp481 …* 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/
DWebFrame.h208 - (WebScriptObject *)windowObject;
DWebFrameLoadDelegate.h184 - (void)webView:(WebView *)webView didClearWindowObject:(WebScriptObject *)windowObject forFrame:(W…
DWebViewPrivate.h526 - (void)webView:(WebView *)webView didClearInspectorWindowObject:(WebScriptObject *)windowObject fo…
DWebFrame.mm1416 - (WebScriptObject *)windowObject
/external/webkit/WebKit/wx/WebKitSupport/
DFrameLoaderClientWx.cpp850 JSObjectRef windowObject = toRef(coreFrame->script()->globalObject()); in windowObjectCleared() local
852 wkEvent.SetWindowObject(windowObject); in windowObjectCleared()
/external/webkit/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp487 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/
DWebFrame.cpp1680 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/
DFrameLoadDelegate.mm237 ASSERT(obj == [frame windowObject]);
DTextInputController.m57 WebScriptObject *obj = [[self _frame] windowObject];
/external/webkit/WebKit/mac/WebCoreSupport/
DWebInspectorClient.mm161 @selector(webView:didClearInspectorWindowObject:forFrame:), [frame windowObject], frame);
/external/webkit/WebKit/mac/
DWebKit.order1896 -[WebFrame windowObject]
DChangeLog-2007-10-143535 Moved -windowObject and -globalContext
4221 Added -[WebFrame windowObject] and -[WebFrame globalContext], along with
4223 didClearWindowObject:(WebScriptObject *)windowObject forFrame:(WebFrame *)frame.
4234 (-[WebFrame windowObject]):
DChangeLog12319 (-[WebFrame windowObject]):
15721 (-[WebFrame windowObject]): Ditto.
/external/webkit/WebKitTools/
DChangeLog-2009-06-1617251 Added tests for new APIs: -[WebFrame windowObject], -[WebFrame globalContext],
17252 and - (void)webView:(WebView *)webView didClearWindowObject:(WebScriptObject *)windowObject

12