Home
last modified time | relevance | path

Searched refs:_panel (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKTextInputWindowController.mm144 _panel = [[WKTextInputPanel alloc] init];
151 return [_panel _inputContext];
156 return [_panel _interpretKeyEvent:event string:string];
161 [_panel _keyboardInputSourceChanged];
DWKTextInputWindowController.h32 WKTextInputPanel *_panel; variable
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DWebTextInputWindowController.m150 _panel = [[WebTextInputPanel alloc] init];
157 return [_panel _inputContext];
162 return [_panel _interpretKeyEvent:event string:string];
DWebTextInputWindowController.h34 WebTextInputPanel *_panel; variable
/external/webkit/Source/WebCore/inspector/front-end/
DNetworkPanel.js1347 this._panel = panel;
1367 if (!this._panel._hiddenCategories.all)
1369 return this._resource.category.name in this._panel._hiddenCategories;
1374 this._panel._showResource(this._resource);
1385 if (!this._panel._viewingResourceMode)