コード例 #1
0
ファイル: TypeInState.cpp プロジェクト: fitzgen/v8monkey
nsresult TypeInState::GetTypingState(bool &isSet, 
                                     bool &theSetting, 
                                     nsIAtom *aProp, 
                                     const nsString &aAttr)
{
  return GetTypingState(isSet, theSetting, aProp, aAttr, nsnull);
}
コード例 #2
0
ファイル: TypeInState.cpp プロジェクト: fitzgen/v8monkey
nsresult TypeInState::GetTypingState(bool &isSet, bool &theSetting, nsIAtom *aProp)
{
  return GetTypingState(isSet, theSetting, aProp, EmptyString(), nsnull);
}
コード例 #3
0
ファイル: TypeInState.cpp プロジェクト: L2-D2/gecko-dev
void
TypeInState::GetTypingState(bool &isSet, bool &theSetting, nsIAtom *aProp)
{
  GetTypingState(isSet, theSetting, aProp, EmptyString(), nullptr);
}