HomeSort by relevance Sort by last modified time
    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 113 std::string IDString(TabStripModel* model) {
146 using test::IDString;
388 EXPECT_EQ("1 0", IDString(model));
452 EXPECT_EQ("100 0", IDString(browser2->tab_strip_model()));
453 EXPECT_EQ("1", IDString(browser()->tab_strip_model()));
517 EXPECT_EQ("0", IDString(new_browser->tab_strip_model()));
518 EXPECT_EQ("1", IDString(browser()->tab_strip_model()));
576 EXPECT_EQ("0", IDString(new_browser->tab_strip_model()));
577 EXPECT_EQ("1", IDString(browser()->tab_strip_model()));
615 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 243 milliseconds