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.h218 enum SearchMode { NotSearching, SearchingForNormal, SearchingForUAShadow }; enum in class:blink::FINAL
225 void setSearchingForNode(ErrorString*, SearchMode, JSONObject* highlightConfig);
275 SearchMode m_searchingForNode;
/external/chromium_org/v8/src/
H A Dobjects.h3127 enum SearchMode { ALL_ENTRIES, VALID_ENTRIES }; enum in namespace:v8::internal
3129 template<SearchMode search_mode, typename T>
3133 template<SearchMode search_mode, typename T>

Completed in 158 milliseconds