OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frameHistoryItem
(Results
1 - 3
of
3
) sorted by null
/external/chromium/webkit/glue/
context_menu.cc
53
if (!data.
frameHistoryItem
.isNull()) {
55
webkit_glue::HistoryItemToString(data.
frameHistoryItem
);
/external/webkit/Source/WebKit/chromium/public/
WebContextMenuData.h
87
WebHistoryItem
frameHistoryItem
;
/external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp
249
data.
frameHistoryItem
= WebHistoryItem(historyItem);
Completed in 17 milliseconds