OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDString
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/importer/
mork_reader.h
66
// The
IDString
type has built-in storage for the hex string representation
69
typedef std::string
IDString
;
76
MorkColumn(const
IDString
& i, const std::string& n) : id(i), name(n) { }
78
IDString
id;
85
typedef std::map<
IDString
, ColumnDataList*> RowMap;
117
typedef std::map<
IDString
, std::string> StringMap;
121
typedef std::map<
IDString
, int> IndexMap;
mork_reader.cc
317
IDString
row_id(&line[token_start], token_end - token_start);
363
IDString
column;
/external/lzma/CPP/Common/
CommandLineParser.h
26
const wchar_t *
IDString
;
62
const wchar_t *
IDString
;
CommandLineParser.cpp
108
int switchLen = MyStringLen(switchForms[switchIndex].
IDString
);
114
if (temp.CompareNoCase(switchForms[switchIndex].
IDString
) == 0)
115
// if (_strnicmp(switchForms[switchIndex].
IDString
, LPCSTR(s) + pos, switchLen) == 0)
210
const UString id = commandForms[i].
IDString
;
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest_win.cc
39
using test::
IDString
;
62
EXPECT_EQ("1 0",
IDString
(model));
108
EXPECT_EQ("100 0",
IDString
(browser2->tab_strip_model()));
109
EXPECT_EQ("1",
IDString
(browser()->tab_strip_model()));
140
EXPECT_EQ("0",
IDString
(new_browser->tab_strip_model()));
141
EXPECT_EQ("1",
IDString
(browser()->tab_strip_model()));
167
EXPECT_EQ("1",
IDString
(browser()->tab_strip_model()));
196
EXPECT_EQ("1",
IDString
(browser()->tab_strip_model()));
221
EXPECT_EQ("1",
IDString
(browser()->tab_strip_model()));
259
EXPECT_EQ("0",
IDString
(new_browser->tab_strip_model()))
[
all
...]
tab_drag_controller_interactive_uitest.h
74
std::string
IDString
(TabStripModel* model);
tab_drag_controller_interactive_uitest.cc
120
std::string
IDString
(TabStripModel* model) {
153
using test::
IDString
;
571
EXPECT_EQ("1 0",
IDString
(model));
629
EXPECT_EQ("100 0",
IDString
(browser2->tab_strip_model()));
630
EXPECT_EQ("1",
IDString
(browser()->tab_strip_model()));
694
EXPECT_EQ("0",
IDString
(new_browser->tab_strip_model()));
695
EXPECT_EQ("1",
IDString
(browser()->tab_strip_model()));
753
EXPECT_EQ("0",
IDString
(new_browser->tab_strip_model()));
754
EXPECT_EQ("1",
IDString
(browser()->tab_strip_model()));
792
EXPECT_EQ("1",
IDString
(browser()->tab_strip_model()))
[
all
...]
/external/lzma/CS/7zip/Common/
CommandLineParser.cs
19
public string
IDString
;
26
public SwitchForm(string
idString
, SwitchType type, bool multi,
29
IDString
=
idString
;
36
public SwitchForm(string
idString
, SwitchType type, bool multi, int minLen):
37
this(
idString
, type, multi, minLen, 0, "")
40
public SwitchForm(string
idString
, SwitchType type, bool multi):
41
this(
idString
, type, multi, 0)
87
int switchLen = switchForms[switchIndex].
IDString
.Length;
90
if (String.Compare(switchForms[switchIndex].
IDString
, 0,
[
all
...]
Completed in 343 milliseconds