OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:porty
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm
364
nPort.qdPort.
porty
= (int32_t)-boundsInWindow.origin.y;
428
nPort.qdPort.
porty
= static_cast<int32_t>(-boundsInWindow.origin.y - origin.y);
441
window.clipRect.left + nPort.qdPort.portx, window.clipRect.top + nPort.qdPort.
porty
,
442
window.clipRect.right + nPort.qdPort.portx, window.clipRect.bottom + nPort.qdPort.
porty
);
483
SetOrigin(nPort.qdPort.portx, nPort.qdPort.
porty
);
[
all
...]
/external/webkit/Source/WebCore/bridge/
npapi.h
602
int32_t
porty
;
member in struct:NP_Port
Completed in 662 milliseconds