OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistoryEntry
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
HistoryController.h
43
class
HistoryEntry
;
52
//
HistoryEntry
: Represents a single entry in the back/forward list, encapsulating
55
// HistoryNode: Represents a single frame in a
HistoryEntry
. Owned by a
HistoryEntry
. HistoryNodes
61
// can therefore exist in multiple
HistoryEntry
instances.
65
//
HistoryEntry
0:
70
// and bar.com/b in turn embeds bar.com/d. We will create a new
HistoryEntry
with a tree
73
//
HistoryEntry
1:
81
// We will create a new
HistoryEntry
and new HistoryNode for each frame. Any frame that
86
//
HistoryEntry
2
[
all
...]
HistoryController.cpp
43
PassOwnPtr<HistoryNode> HistoryNode::create(
HistoryEntry
* entry, HistoryItem* value)
54
PassOwnPtr<HistoryNode> HistoryNode::cloneAndReplace(
HistoryEntry
* newEntry, HistoryItem* newItem, bool clipAtTarget, Frame* targetFrame, Frame* currentFrame)
71
HistoryNode::HistoryNode(
HistoryEntry
* entry, HistoryItem* value)
102
HistoryEntry
::
HistoryEntry
(HistoryItem* root)
107
PassOwnPtr<
HistoryEntry
>
HistoryEntry
::create(HistoryItem* root)
109
return adoptPtr(new
HistoryEntry
(root));
112
PassOwnPtr<
HistoryEntry
>
HistoryEntry
::cloneAndReplace(HistoryItem* newItem, bool clipAtTarget, Frame* targetFrame, Page* page
[
all
...]
/packages/apps/Calculator/src/com/android/calculator2/
History.java
29
Vector<
HistoryEntry
> mEntries = new Vector<
HistoryEntry
>();
41
mEntries.add(new
HistoryEntry
(version, in));
61
mEntries.add(new
HistoryEntry
(""));
68
for (
HistoryEntry
entry : mEntries) {
101
mEntries.insertElementAt(new
HistoryEntry
(text), mEntries.size() - 1);
107
HistoryEntry
current() {
HistoryEntry.java
23
class
HistoryEntry
{
28
HistoryEntry
(String str) {
33
HistoryEntry
(int version, DataInput in) throws IOException {
HistoryAdapter.java
31
private Vector<
HistoryEntry
> mEntries;
73
HistoryEntry
entry = mEntries.elementAt(position);
/external/chromium_org/chrome/browser/ui/webui/
history_ui_unittest.cc
26
std::vector<BrowsingHistoryHandler::
HistoryEntry
>* results) {
28
BrowsingHistoryHandler::
HistoryEntry
entry;
40
const BrowsingHistoryHandler::
HistoryEntry
& result,
61
std::vector<BrowsingHistoryHandler::
HistoryEntry
> results;
77
std::vector<BrowsingHistoryHandler::
HistoryEntry
> results;
101
std::vector<BrowsingHistoryHandler::
HistoryEntry
> results;
120
std::vector<BrowsingHistoryHandler::
HistoryEntry
> results;
history_ui.h
32
struct
HistoryEntry
{
42
HistoryEntry
(EntryType type, const GURL& url, const base::string16& title,
46
HistoryEntry
();
47
virtual ~
HistoryEntry
();
60
const
HistoryEntry
& entry1, const
HistoryEntry
& entry2);
118
std::vector<BrowsingHistoryHandler::
HistoryEntry
>* results);
198
std::vector<
HistoryEntry
> query_results_;
201
std::vector<
HistoryEntry
> web_history_query_results_;
history_ui.cc
222
bool IsLocalOnlyResult(const BrowsingHistoryHandler::
HistoryEntry
& entry) {
223
return entry.entry_type == BrowsingHistoryHandler::
HistoryEntry
::LOCAL_ENTRY;
264
BrowsingHistoryHandler::
HistoryEntry
::
HistoryEntry
(
265
BrowsingHistoryHandler::
HistoryEntry
::EntryType entry_type,
282
BrowsingHistoryHandler::
HistoryEntry
::
HistoryEntry
()
286
BrowsingHistoryHandler::
HistoryEntry
::~
HistoryEntry
() {
289
void BrowsingHistoryHandler::
HistoryEntry
::SetUrlAndTitle
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
Completed in 82 milliseconds