Home | History | Annotate | Download | only in searchbox

Lines Matching refs:IsFocused

399   static void IsFocused(const v8::FunctionCallbackInfo<v8::Value>& args);
570 if (name->Equals(v8::String::NewFromUtf8(isolate, "IsFocused")))
571 return v8::FunctionTemplate::New(isolate, IsFocused);
930 void SearchBoxExtensionWrapper::IsFocused(
936 DVLOG(1) << render_view << " IsFocused: " << is_focused;