Searched refs:Find (Results 101 - 125 of 337) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatstypes.h317 ASSERT(Find(id) == NULL);
323 StatsReport* ret = Find(id);
334 StatsReport* Find(const std::string& id) { function in class:webrtc::StatsSet
/external/chromium_org/third_party/webrtc/base/
H A Dhttpserver.cc57 if (Connection* connection = Find(connection_id)) {
68 if (Connection* connection = Find(connection_id)) {
92 HttpServer::Find(int connection_id) { function in class:rtc::HttpServer
/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_host_interactive_uitest.cc67 chrome::Find(browser());
72 chrome::Find(browser());
83 // Click on the location bar so that Find box loses focus.
124 chrome::Find(browser());
164 // Show the Find bar.
190 // Show the Find bar.
211 // Select tab A. Find bar should select "bc".
217 // Select tab B. Find bar should select "de".
239 chrome::Find(browser());
256 // Make sure Find bo
[all...]
H A Dfind_bar_view.h29 // FindBar, the find text box, the 'Find' button and the 'Close'
39 FIND_PREVIOUS_TAG = 0, // The Find Previous button.
40 FIND_NEXT_TAG, // The Find Next button.
59 // Updates the label inside the Find text box that shows the ordinal of the
64 // Clears the current Match Count value in the Find text box.
87 void Find(const base::string16& search_text);
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp234 if (face.Find("KaiTi") >= 0 || face.Find("\xbf\xac") >= 0) {
242 } else if (face.Find("FangSong") >= 0 || face.Find("\xb7\xc2\xcb\xce") >= 0) {
250 } else if (face.Find("SimSun") >= 0 || face.Find("\xcb\xce") >= 0) {
252 } else if (face.Find("SimHei") >= 0 || face.Find("\xba\xda") >= 0) {
262 if (face.Find("Gothic") >= 0 || face.Find("\x8
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp506 int pos = norm.Find('+');
599 if (m_CharsetArray.Find((FX_DWORD)charset) == -1) {
826 if (str_key.Find(((_AltFontFamily*)element)->m_pFontName) != -1) {
838 if (fontName.Find("Script") >= 0) {
841 } else if (fontName.Find("Palace") >= 0) {
843 } else if (fontName.Find("French") >= 0) {
845 } else if (fontName.Find("FreeStyle") >= 0) {
961 int find = SubstName.Find(FX_BSTRC(","), 0);
1211 int index = m_CharsetArray.Find(Charset);
1479 if (style.Find(FX_BSTR
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp441 TiXmlAttribute* node = attributeSet.Find( str );
443 TiXmlAttribute* node = attributeSet.Find( name );
579 const TiXmlAttribute* node = attributeSet.Find( name );
589 const TiXmlAttribute* attrib = attributeSet.Find( name );
599 const TiXmlAttribute* attrib = attributeSet.Find( name );
615 const TiXmlAttribute* attrib = attributeSet.Find( name );
631 const TiXmlAttribute* attrib = attributeSet.Find( name );
647 const TiXmlAttribute* attrib = attributeSet.Find( name );
663 const TiXmlAttribute* attrib = attributeSet.Find( name );
672 const TiXmlAttribute* node = attributeSet.Find( nam
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h31 // Return paren arcs for Find(kNoLabel).
34 // Return a kNolabel loop for Find(paren).
87 bool Find(Label match_label);
183 bool ParenMatcher<M>::Find(Label match_label) { function in class:fst::ParenMatcher
211 if (matcher_.Find(match_label))
233 done_ = !matcher_.Find(kNoLabel);
238 done_ = !matcher_.Find(kNoLabel);
398 StackId stack_id = stack_.Find(f2.GetState(), label);
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp441 TiXmlAttribute* node = attributeSet.Find( str );
443 TiXmlAttribute* node = attributeSet.Find( name );
579 const TiXmlAttribute* node = attributeSet.Find( name );
589 const TiXmlAttribute* attrib = attributeSet.Find( name );
599 const TiXmlAttribute* attrib = attributeSet.Find( name );
615 const TiXmlAttribute* attrib = attributeSet.Find( name );
631 const TiXmlAttribute* attrib = attributeSet.Find( name );
647 const TiXmlAttribute* attrib = attributeSet.Find( name );
663 const TiXmlAttribute* attrib = attributeSet.Find( name );
672 const TiXmlAttribute* node = attributeSet.Find( nam
[all...]
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host.cc76 if (blacklist->Find(name_value) == blacklist->end() &&
77 blacklist->Find(wildcard_value) == blacklist->end()) {
86 if (whitelist && whitelist->Find(name_value) != whitelist->end())
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFGraphicState.cpp58 int index = Find(fPaint);
100 int index = Find(paint);
185 int SkPDFGraphicState::Find(const SkPaint& paint) { function in class:SkPDFGraphicState
H A DSkPDFFont.h178 static bool Find(uint32_t fontID, uint16_t glyphID, int* index);
/external/skia/src/pdf/
H A DSkPDFGraphicState.cpp58 int index = Find(fPaint);
100 int index = Find(paint);
184 int SkPDFGraphicState::Find(const SkPaint& paint) { function in class:SkPDFGraphicState
/external/chromium_org/chrome/browser/
H A Dchrome_browser_field_trials_desktop.cc64 base::FieldTrial* trial = base::FieldTrialList::Find("ShowProfileSwitcher");
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dpolicy_cert_service_factory.cc76 return list->Find(value) != list->end();
/external/chromium_org/components/signin/core/common/
H A Dprofile_management_switches.cc33 // Find the state of both command line args.
66 base::FieldTrialList::Find(kNewProfileManagementFieldTrialName);
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_find_helper.h38 // Helper function for WebViewGuest::Find().
39 void Find(content::WebContents* guest_web_contents,
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventFactoryMac.mm547 // "Find"
549 return @"Find";
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dtote.h54 int Find(uint8 ikey);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.h107 bool Find(int index, PhoneNumberMatch* match);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayType.h180 static SkDisplayTypes Find(SkAnimateMaker* , const SkMemberInfo* );
/external/chromium_org/third_party/skia/src/core/
H A DSkResourceCache.h110 * Find() will search the cache for the specified Key. If no match is found, return false and
116 static bool Find(const Key& key, VisitorProc, void* context);
/external/chromium_org/v8/src/compiler/
H A Dnode-cache.cc78 Node** NodeCache<Key>::Find(Zone* zone, Key key) { function in class:v8::internal::compiler::NodeCache
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.cpp98 if (!_fileInfo.Find(fullPath))
/external/openfst/src/include/fst/extensions/far/
H A Dprint-strings.h75 far_reader->Find(begin_key);

Completed in 471 milliseconds

1234567891011>>