Searched refs:WebInspectorClient (Results 1 – 17 of 17) sorted by relevance
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebInspectorClient.cpp | 72 WebInspectorClient::WebInspectorClient(WebView* webView) in WebInspectorClient() function in WebInspectorClient 89 WebInspectorClient::~WebInspectorClient() in ~WebInspectorClient() 95 void WebInspectorClient::inspectorDestroyed() in inspectorDestroyed() 100 Page* WebInspectorClient::createPage() in createPage() 200 String WebInspectorClient::localizedStringsURL() in localizedStringsURL() 210 String WebInspectorClient::hiddenPanels() in hiddenPanels() 216 void WebInspectorClient::showWindow() in showWindow() 222 void WebInspectorClient::closeWindow() in closeWindow() 228 bool WebInspectorClient::windowVisible() in windowVisible() 233 void WebInspectorClient::attachWindow() in attachWindow() [all …]
|
D | WebInspectorClient.h | 42 class WebInspectorClient : public WebCore::InspectorClient, WebCore::WindowMessageListener { 44 WebInspectorClient(WebView*); 76 ~WebInspectorClient();
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebInspectorClient.mm | 29 #import "WebInspectorClient.h" 71 WebInspectorClient::WebInspectorClient(WebView *webView) function 76 void WebInspectorClient::inspectorDestroyed() 82 Page* WebInspectorClient::createPage() 90 String WebInspectorClient::localizedStringsURL() 98 String WebInspectorClient::hiddenPanels() 106 void WebInspectorClient::showWindow() 112 void WebInspectorClient::closeWindow() 117 void WebInspectorClient::attachWindow() 122 void WebInspectorClient::detachWindow() [all …]
|
D | WebInspectorClient.h | 42 class WebInspectorClient : public WebCore::InspectorClient { 44 WebInspectorClient(WebView *);
|
/external/webkit/WebKit/cf/ |
D | ChangeLog | 37 (WebInspectorClient::populateSetting): Read the preference value from CFPreferences. 38 (WebInspectorClient::storeSetting): Write the setting value to CFPreferences. 39 (WebInspectorClient::removeSetting): Remove the preference from CFPreferences.
|
/external/webkit/WebKit/cf/WebCoreSupport/ |
D | WebInspectorClientCF.cpp | 67 void WebInspectorClient::populateSetting(const String& key, InspectorController::Setting& setting) in populateSetting() 107 void WebInspectorClient::storeSetting(const String& key, const InspectorController::Setting& settin… in storeSetting() 157 void WebInspectorClient::removeSetting(const String& key) in removeSetting()
|
/external/webkit/WebKit/win/ |
D | ChangeLog | 144 * WebCoreSupport/WebInspectorClient.cpp: 150 * WebCoreSupport/WebInspectorClient.cpp: 159 * WebCoreSupport/WebInspectorClient.cpp: 160 (WebInspectorClient::inspectorWindowObjectCleared): Empty definition 163 * WebCoreSupport/WebInspectorClient.h: 300 * WebCoreSupport/WebInspectorClient.cpp: 442 * WebCoreSupport/WebInspectorClient.cpp: 443 (WebInspectorClient::showWindow): Pass both parameters into setWindowVisible 444 (WebInspectorClient::closeWindow): Ditto 445 (WebInspectorClient::attachWindow): Set preference to attached windows here [all …]
|
D | ChangeLog-2009-06-16 | 7 * WebCoreSupport/WebInspectorClient.cpp: 8 (WebInspectorClient::createPage): Set the default monospace font to 1113 Stub out WebInspectorClient::hiddenPanels. 1117 * WebCoreSupport/WebInspectorClient.cpp: 1118 (WebInspectorClient::hiddenPanels): 1119 * WebCoreSupport/WebInspectorClient.h: 1940 * WebCoreSupport/WebInspectorClient.cpp: 1941 (WebInspectorClient::WebInspectorClient): Initialize new member. 1942 (WebInspectorClient::showWindow): Moved code from here to 1944 (WebInspectorClient::closeWindow): Moved code from here to [all …]
|
D | WebView.h | 43 class WebInspectorClient; variable
|
D | WebView.cpp | 2313 …enuClient(this), new WebEditorClient(this), new WebDragClient(this), new WebInspectorClient(this)); in initWithFrame()
|
/external/webkit/WebKit/ |
D | StringsNotToBeLocalized.txt | 693 WebKit/mac/WebCoreSupport/WebInspectorClient.mm:"Menlo" 694 WebKit/mac/WebCoreSupport/WebInspectorClient.mm:"Monaco" 695 WebKit/mac/WebCoreSupport/WebInspectorClient.mm:"Web Inspector 2" 696 WebKit/mac/WebCoreSupport/WebInspectorClient.mm:"inspector" 747 WebKit/win/WebCoreSupport/WebInspectorClient.cpp:"Courier New" 748 WebKit/win/WebCoreSupport/WebInspectorClient.cpp:"Web Inspector " 749 WebKit/win/WebCoreSupport/WebInspectorClient.cpp:"Web Inspector" 750 WebKit/win/WebCoreSupport/WebInspectorClient.cpp:"inspector"
|
D | ChangeLog | 1402 Update the localized strings and the file encoding of WebInspectorClient.mm.
|
/external/webkit/WebKit/WebKit.xcodeproj/ |
D | project.pbxproj | 12 …BFBA85200216072 /* WebInspectorClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 06693DDA0BF… 13 …BFBA85200216072 /* WebInspectorClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 06693DDB0B… 336 …0216072 /* WebInspectorClient.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 337 …072 /* WebInspectorClient.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = s… 1149 06693DDA0BFBA85200216072 /* WebInspectorClient.h */, 1150 06693DDB0BFBA85200216072 /* WebInspectorClient.mm */, 1345 06693DDC0BFBA85200216072 /* WebInspectorClient.h in Headers */, 1704 06693DDD0BFBA85200216072 /* WebInspectorClient.mm in Sources */,
|
/external/webkit/WebKit/mac/ |
D | ChangeLog | 214 * WebCoreSupport/WebInspectorClient.h: 215 * WebCoreSupport/WebInspectorClient.mm: 216 (WebInspectorClient::inspectorWindowObjectCleared): Send the delegate 381 * WebCoreSupport/WebInspectorClient.mm: 601 …Updated WebInspectorClient to use Web Inspector Preferences to remember whether or not it should b… 604 * WebCoreSupport/WebInspectorClient.mm: 1272 * WebCoreSupport/WebInspectorClient.mm: 3488 * WebCoreSupport/WebInspectorClient.mm: Ditto. 5652 * WebCoreSupport/WebInspectorClient.h: 5653 * WebCoreSupport/WebInspectorClient.mm: [all …]
|
D | ChangeLog-2007-10-14 | 2006 …(-[WebView _commonInitializationWithFrameName:groupName:]): Make a new WebInspectorClient when mak… 2656 …* WebCoreSupport/WebInspectorClient.mm: Let the compiler know that WebFrameView is a subclass of N… 3007 * WebCoreSupport/WebInspectorClient.h: Added. 3008 * WebCoreSupport/WebInspectorClient.mm: Added. 3009 (WebInspectorClient::WebInspectorClient): 3010 (WebInspectorClient::inspectorDestroyed): 3011 (WebInspectorClient::createPage): 3012 (WebInspectorClient::showWindow): 3013 (WebInspectorClient::closeWindow): 3014 (WebInspectorClient::attachWindow): [all …]
|
/external/webkit/WebKit/mac/WebView/ |
D | WebView.mm | 63 #import "WebInspectorClient.h" 622 …enuClient(self), new WebEditorClient(self), new WebDragClient(self), new WebInspectorClient(self));
|
/external/webkit/WebCore/ |
D | ChangeLog | 10480 … WebInspectorClient.mm into InspectorController.cpp, to make this code cross-platform and enable
|