HomeSort by relevance Sort by last modified time
    Searched refs:GetDescription (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/content/public/browser/
devtools_target.h 38 virtual std::string GetDescription() const = 0;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
default_map_storage.h 44 const char* GetDescription(int index) const;
default_map_storage.cc 38 const char* DefaultMapStorage::GetDescription(int index) const {
area_code_map.cc 70 return storage_->GetDescription(current_index);
  /external/chromium_org/chrome/browser/devtools/
devtools_target_impl.h 31 virtual std::string GetDescription() const OVERRIDE;
devtools_adb_bridge_browsertest.cc 331 ASSERT_EQ(0U, chrome_pages[0]->GetDescription().size());
332 ASSERT_NE(0U, webview_pages[0]->GetDescription().size());
333 ASSERT_NE(0U, webview_pages[1]->GetDescription().size());
  /external/opencv/otherlibs/highgui/
grfmt_base.h 116 const char* GetDescription() { return m_description; };
  /external/chromium_org/tools/grit/grit/extern/
tclib.py 241 def GetDescription(self):
367 self.__meaning, self.GetDescription())
417 self.GetDescription() is not None and
418 other.GetDescription() is not None and
419 self.GetDescription() != other.GetDescription()):
474 self.GetDescription());
  /external/chromium_org/chrome_frame/test/
chrome_frame_ui_test_utils.h 152 std::wstring GetDescription();
216 std::wstring GetDescription() const;
chrome_frame_ui_test_utils.cc 107 << "Could not do default action for AccObject: " << GetDescription();
131 EXPECT_TRUE(did_focus) << "Could not focus AccObject: " << GetDescription();
148 EXPECT_TRUE(did_select) << "Could not select AccObject: " << GetDescription();
164 << GetDescription();
246 << GetDescription();
452 std::wstring AccObject::GetDescription() {
480 string_stream << object->GetDescription() << std::endl;
515 << "Parent object: " << WideToUTF8(object->GetDescription())
529 << "object: " << GetDescription();
626 std::wstring AccObjectMatcher::GetDescription() const
    [all...]
  /external/chromium_org/chromeos/ime/
component_extension_ime_manager.h 108 std::string GetDescription(const std::string& input_method_id);
component_extension_ime_manager.cc 102 std::string ComponentExtensionIMEManager::GetDescription(
  /external/chromium_org/tools/grit/grit/gather/
muppet_strings_unittest.py 41 self.failUnless(gatherer.GetCliques()[0].GetMessage().GetDescription() == 'Howdie')
tr_html_unittest.py 341 self.failUnlessEqual(msg.GetDescription(), 'explicit')
349 self.failUnlessEqual(msg.GetDescription(), 'explicit multiline')
  /development/testrunner/test_defs/
test_suite.py 76 def GetDescription(self):
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.h 54 std::string GetDescription() const;
synced_notification.cc 225 base::string16 description = UTF8ToUTF16(GetDescription());
340 GetDescription() == other.GetDescription() &&
400 << " description is " << GetDescription()
448 std::string SyncedNotification::GetDescription() const {
  /external/chromium_org/base/test/
test_shortcut_win.cc 108 i_shell_link->GetDescription(read_description, MAX_PATH)));
  /external/chromium_org/tools/grit/grit/
clique.py 108 key=lambda c:c.GetMessage().GetDescription())
151 description = clique.GetMessage().GetDescription()
clique_unittest.py 81 description = msg.GetDescription()
tclib.py 118 def GetDescription(self):
  /external/chromium_org/android_webview/native/
aw_dev_tools_server.cc 44 virtual std::string GetDescription() const OVERRIDE { return description_; }
  /external/chromium_org/content/shell/browser/
shell_devtools_delegate.cc 82 virtual std::string GetDescription() const OVERRIDE { return std::string(); }
  /external/chromium_org/tools/grit/grit/tool/
xmb.py 67 _WriteAttribute(file, 'desc', message.GetDescription())
  /external/chromium_org/third_party/handlebar/
handlebar.py 283 raise ParseException('Empty identifier %s' % self.GetDescription())
286 raise ParseException('Invalid identifier %s' % self.GetDescription())
288 def GetDescription(self):
293 message.Append('Failed to resolve %s in %s\n' % (self.GetDescription(),
297 message.Append(' included as %s in %s\n' % (entry.id_.GetDescription(),
    [all...]

Completed in 955 milliseconds

1 2