Searched defs:SearchMode (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.h61 enum SearchMode { enum in class:google::protobuf::compiler::Subprocess
68 void Start(const string& program, SearchMode search_mode);
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.h60 enum SearchMode { enum in class:google::protobuf::compiler::Subprocess
67 void Start(const string& program, SearchMode search_mode);
/external/chromium_org/chrome/common/
H A Dsearch_types.h10 struct SearchMode { struct
38 SearchMode() : mode(MODE_DEFAULT), origin(ORIGIN_DEFAULT) { function in struct:SearchMode
41 SearchMode(Type in_mode, Origin in_origin) function in struct:SearchMode
46 bool operator==(const SearchMode& rhs) const {
50 bool operator!=(const SearchMode& rhs) const {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.h207 enum SearchMode { NotSearching, SearchingForNormal, SearchingForShadow }; enum in class:WebCore::InspectorDOMAgent
211 void setSearchingForNode(ErrorString*, SearchMode, JSONObject* highlightConfig);
264 SearchMode m_searchingForNode;
/external/chromium_org/v8/src/
H A Dobjects.h3324 enum SearchMode { ALL_ENTRIES, VALID_ENTRIES }; enum in namespace:v8::internal
3326 template<SearchMode search_mode, typename T>
3330 template<SearchMode search_mode, typename T>

Completed in 221 milliseconds